Skip to content

Commit e4e52b0

Browse files
committed
Updated version
1 parent 6c62257 commit e4e52b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
1515
Short: "Print the version number of Netmap",
1616
Long: `All software has versions. This is Netmap's`,
1717
Run: func(cmd *cobra.Command, args []string) {
18-
fmt.Println("netmap v0.1.1 -- HEAD")
18+
fmt.Println("netmap v0.1.2 -- HEAD")
1919
},
2020
}

0 commit comments

Comments
 (0)