Skip to content

Commit 9c1a546

Browse files
committed
feat(version): update version to 0.3.0-alpha.
the version of protocol is still 0x002, although more terms(with data) are transformed in establish step.
1 parent 601c607 commit 9c1a546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/genshen/wssocks/wss"
88
)
99

10-
const VERSION = "0.2.1"
10+
const VERSION = "0.3.0-alpha"
1111

1212
var versionCommand = &cmds.Command{
1313
Name: "version",

0 commit comments

Comments
 (0)