Skip to content

Commit

Permalink
docs: update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alephao committed Oct 22, 2021
1 parent 6935199 commit 9fa4d1a
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.2.0")
fmt.Println("nftool v0.3.0")
},
}

0 comments on commit 9fa4d1a

Please sign in to comment.