Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Oct 29, 2023
1 parent 67e670a commit 499af3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wsget/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {
Example: `wsget wss://ws.postman-echo.com/raw -r "Hello, world!"`,
Args: cobra.ExactArgs(1),
ArgAliases: []string{"url"},
Version: "0.1.4",
Version: "0.2.0",
Run: run,
}

Expand Down

0 comments on commit 499af3a

Please sign in to comment.