Skip to content

Commit 6a9db86

Browse files
committed
feat(version): update version to 0.3.0-alpha.2
1 parent 8d7c36a commit 6a9db86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wss/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
// version of protocol.
88
const VersionCode = 0x002
9-
const CoreVersion = "0.3.0-alpha"
9+
const CoreVersion = "0.3.0-alpha.2"
1010

1111
type VersionNeg struct {
1212
Version string `json:"version"`

0 commit comments

Comments
 (0)