We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160f47a commit 0712161Copy full SHA for 0712161
wss/version.go
@@ -9,7 +9,7 @@ import (
9
// version of protocol.
10
const VersionCode = 0x004
11
const CompVersion = 0x003
12
-const CoreVersion = "0.5.0-beta.2"
+const CoreVersion = "0.5.0-beta.3"
13
14
type VersionNeg struct {
15
Version string `json:"version"`
0 commit comments