Skip to content

Commit 962d109

Browse files
authored
Increase format version to 2.5.1 for new packages (#1152)
New packages that were generated, used 2.0.0 by default instead of the most recent format_version of 2.3.0. To make sure new packages have by default access to the most recent features, the format_version should be the latest one.
1 parent 2898b9e commit 962d109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/packages/archetype/package_manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
package archetype
66

7-
const packageManifestTemplate = `format_version: 2.0.0
7+
const packageManifestTemplate = `format_version: 2.5.1
88
name: {{.Manifest.Name}}
99
title: "{{.Manifest.Title}}"
1010
version: {{.Manifest.Version}}

0 commit comments

Comments
 (0)