From 499af3afb8f8f3b010e5182a2f5e05d16080e8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A1=D1=8B=D1=81?= =?UTF-8?q?=D0=BE=D0=B5=D0=B2?= Date: Sun, 29 Oct 2023 14:51:38 +0800 Subject: [PATCH] bump version --- cmd/wsget/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/wsget/main.go b/cmd/wsget/main.go index 9e971ac..7db3eb4 100644 --- a/cmd/wsget/main.go +++ b/cmd/wsget/main.go @@ -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, }