Skip to content

Commit

Permalink
breaking(manifest): bump manifest_version to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Apr 14, 2023
1 parent b9b5f1f commit 75c8526
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
//
// NOTE: The CLI is the primary consumer of the fastly.toml manifest so its
// code is typically coupled to the specification.
ManifestLatestVersion = 2
ManifestLatestVersion = 3

// FilePermissions represents a read/write file mode.
FilePermissions = 0o666
Expand Down
2 changes: 1 addition & 1 deletion pkg/manifest/testdata/fastly-missing-spec-url.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
manifest_version = 2
manifest_version = 3
name = "Default Rust template"
description = "Default package template for Rust based edge compute projects."
authors = ["phamann <patrick@fastly.com>"]
Expand Down
2 changes: 1 addition & 1 deletion pkg/manifest/testdata/fastly-valid-integer.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
manifest_version = 2
manifest_version = 3
name = "Default Rust template"
description = "Default package template for Rust based edge compute projects."
authors = ["phamann <patrick@fastly.com>"]
Expand Down
2 changes: 1 addition & 1 deletion pkg/manifest/testdata/fastly-viceroy-update.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
authors = ["phamann <patrick@fastly.com>"]
description = "Default package template for Rust based edge compute projects."
language = "rust"
manifest_version = 2
manifest_version = 3
name = "Default Rust template"

[local_server]
Expand Down
2 changes: 1 addition & 1 deletion pkg/manifest/testdata/fastly-warning-dictionaries.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
manifest_version = 2
manifest_version = 3
name = "Default Rust template"
description = "Default package template for Rust based edge compute projects."
authors = ["example <oss@fastly.com>"]
Expand Down

0 comments on commit 75c8526

Please sign in to comment.