Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed May 15, 2024
1 parent b3e02a9 commit 6224244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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) {
cmd.Println("Commonmeta v0.3.11 -- HEAD")
cmd.Println("Commonmeta v0.3.12 -- HEAD")
},
}

Expand Down

0 comments on commit 6224244

Please sign in to comment.