@@ -31,7 +31,7 @@ Examples of `HEADER` records:
3131
3232``` log
3333HEADER\tschema_id\tordered
34- HEADER\tschema_version\t1 .0
34+ HEADER\tschema_version\t2 .0
3535```
3636
3737### ` START ` Records
@@ -144,7 +144,7 @@ The output must start with two `HEADER` records that contain the name and
144144version of the output schema used:
145145
146146- ` HEADER\tschema_id\tordered `
147- - ` HEADER\tschema_version\t1 .0 `
147+ - ` HEADER\tschema_version\t2 .0 `
148148
149149Additional ` HEADER ` records that provide more general information about the
150150output are optional.
@@ -161,7 +161,7 @@ Example of the output emitted for three shots:
161161
162162``` log
163163HEADER\tschema_id\tordered
164- HEADER\tschema_version\t1 .0
164+ HEADER\tschema_version\t2 .0
165165START
166166METADATA\tentry_point
167167METADATA\tqir_profiles\tbase_profile
@@ -264,7 +264,7 @@ The output for `3` shots would have the following form (using fabricated
264264
265265``` log
266266HEADER\tschema_id\tordered
267- HEADER\tschema_version\t1 .0
267+ HEADER\tschema_version\t2 .0
268268START
269269METADATA\tentry_point
270270METADATA\tqir_profiles\tbase_profile
@@ -307,7 +307,7 @@ The output for `3` shots would have the following form (using fabricated
307307
308308``` log
309309HEADER\tschema_id\tordered
310- HEADER\tschema_version\t1 .0
310+ HEADER\tschema_version\t2 .0
311311START
312312METADATA\tentry_point
313313METADATA\tqir_profiles\tbase_profile
@@ -357,7 +357,7 @@ The output for `3` shots would have the following form (using fabricated
357357
358358``` log
359359HEADER\tschema_id\tordered
360- HEADER\tschema_version\t1 .0
360+ HEADER\tschema_version\t2 .0
361361START
362362METADATA\tentry_point
363363METADATA\tqir_profiles\tbase_profile
@@ -409,7 +409,7 @@ The output for one shot would have the following form (using fabricated
409409
410410``` log
411411HEADER\tschema_id\tordered
412- HEADER\tschema_version\t1 .0
412+ HEADER\tschema_version\t2 .0
413413START
414414METADATA\tentry_point
415415METADATA\tqir_profiles\tbase_profile
0 commit comments