We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c62257 commit e4e52b0Copy full SHA for e4e52b0
1 file changed
cmd/version.go
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
15
Short: "Print the version number of Netmap",
16
Long: `All software has versions. This is Netmap's`,
17
Run: func(cmd *cobra.Command, args []string) {
18
- fmt.Println("netmap v0.1.1 -- HEAD")
+ fmt.Println("netmap v0.1.2 -- HEAD")
19
},
20
}
0 commit comments