Skip to content

Commit 41dbad4

Browse files
committed
Update README.md
1 parent b0da680 commit 41dbad4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Built with love by Roopesh and friends in Go.
99
## Install using Go
1010

1111
```
12-
go install github.com/opennetworktools/netmap
12+
go install github.com/opennetworktools/netmap@v0.1.1
1313
```
1414

1515
## Usage

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.0 -- HEAD")
18+
fmt.Println("netmap v0.1.1 -- HEAD")
1919
},
2020
}

0 commit comments

Comments
 (0)