We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601c607 commit 9c1a546Copy full SHA for 9c1a546
version/version.go
@@ -7,7 +7,7 @@ import (
7
"github.com/genshen/wssocks/wss"
8
)
9
10
-const VERSION = "0.2.1"
+const VERSION = "0.3.0-alpha"
11
12
var versionCommand = &cmds.Command{
13
Name: "version",
0 commit comments