Skip to content

Commit

Permalink
feat(version): update version to 0.3.0-alpha.
Browse files Browse the repository at this point in the history
the version of protocol is still 0x002, although more terms(with data)
are transformed in establish step.
  • Loading branch information
genshen committed Aug 26, 2019
1 parent 601c607 commit 9c1a546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/genshen/wssocks/wss"
)

const VERSION = "0.2.1"
const VERSION = "0.3.0-alpha"

var versionCommand = &cmds.Command{
Name: "version",
Expand Down

0 comments on commit 9c1a546

Please sign in to comment.