Skip to content

Commit

Permalink
docs: update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alephao committed Oct 21, 2021
1 parent fb296f2 commit 562ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of nftool",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("nftool v0.1.0")
fmt.Println("nftool v0.2.0")
},
}

0 comments on commit 562ac61

Please sign in to comment.