Skip to content

Commit ec9ba3d

Browse files
committed
Update version.go
1 parent 4f68a5a commit ec9ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{
1515
Short: "Print the version number of commonmeta",
1616
Long: `All software has versions. This is commonmeta's`,
1717
Run: func(cmd *cobra.Command, args []string) {
18-
fmt.Println("Commonmeta v0.14 -- HEAD")
18+
fmt.Println("Commonmeta v0.2 -- HEAD")
1919
},
2020
}
2121

0 commit comments

Comments
 (0)