Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Nov 7, 2023
1 parent d6ac600 commit 8733868
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 @@ -12,7 +12,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of wg-quick-op",
Long: `All software has versions. This is wg-quick-op's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Wireguard Quick for Openwrt v0.1.0")
fmt.Println("Wireguard Quick for Openwrt v0.1.1")
},
}

Expand Down

0 comments on commit 8733868

Please sign in to comment.