Skip to content

Commit e4eea45

Browse files
authored
Merge pull request #55 from lukpueh/fix-spec_version-examples
Adopt semver for "spec_version" in sample metadata
2 parents 1da6ead + 175467c commit e4eea45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tuf-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ repo](https://github.com/theupdateframework/specification/issues).
645645
],
646646
"signed": {
647647
"_type": "root",
648-
"spec_version": "1",
648+
"spec_version": "1.0.0",
649649
"consistent_snapshot": false,
650650
"expires": "2030-01-01T00:00:00Z",
651651
"keys": {
@@ -749,7 +749,7 @@ repo](https://github.com/theupdateframework/specification/issues).
749749
],
750750
"signed": {
751751
"_type": "snapshot",
752-
"spec_version": "1",
752+
"spec_version": "1.0.0",
753753
"expires": "2030-01-01T00:00:00Z",
754754
"meta": {
755755
"root.json": {
@@ -889,7 +889,7 @@ repo](https://github.com/theupdateframework/specification/issues).
889889
],
890890
"signed": {
891891
"_type": "targets",
892-
"spec_version": "1",
892+
"spec_version": "1.0.0",
893893
"delegations": {
894894
"keys": {
895895
"f761033eb880143c52358d941d987ca5577675090e2215e856ba0099bc0ce4f6": {
@@ -967,7 +967,7 @@ repo](https://github.com/theupdateframework/specification/issues).
967967
],
968968
"signed": {
969969
"_type": "timestamp",
970-
"spec_version": "1",
970+
"spec_version": "1.0.0",
971971
"expires": "2030-01-01T00:00:00Z",
972972
"meta": {
973973
"snapshot.json": {

0 commit comments

Comments
 (0)