diff --git a/cmd/version.go b/cmd/version.go index 2866ecf..5d135e9 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.13 -- HEAD") + fmt.Println("Commonmeta v0.2.14 -- HEAD") }, }