Skip to content

Commit

Permalink
Increase format version to 2.5.1 for new packages (#1152)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ruflin authored Feb 21, 2023
1 parent 2898b9e commit 962d109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/packages/archetype/package_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package archetype

const packageManifestTemplate = `format_version: 2.0.0
const packageManifestTemplate = `format_version: 2.5.1
name: {{.Manifest.Name}}
title: "{{.Manifest.Title}}"
version: {{.Manifest.Version}}
Expand Down

0 comments on commit 962d109

Please sign in to comment.