diff --git a/cmd/version.go b/cmd/version.go index 2c37700..1c4bce8 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{ Short: "Print the version number of commonmeta", Long: `All software has versions. This is commonmeta's`, Run: func(cmd *cobra.Command, args []string) { - fmt.Println("Commonmeta v0.2.11 -- HEAD") + fmt.Println("Commonmeta v0.2.12 -- HEAD") }, }