We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0da680 commit 41dbad4Copy full SHA for 41dbad4
2 files changed
README.md
@@ -9,7 +9,7 @@ Built with love by Roopesh and friends in Go.
9
## Install using Go
10
11
```
12
-go install github.com/opennetworktools/netmap
+go install github.com/opennetworktools/netmap@v0.1.1
13
14
15
## Usage
cmd/version.go
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
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.0 -- HEAD")
+ fmt.Println("netmap v0.1.1 -- HEAD")
19
},
20
}
0 commit comments