We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa5ecf commit 4f65074Copy full SHA for 4f65074
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-rc.3"
+const CoreVersion = "0.5.0"
13
14
type VersionNeg struct {
15
Version string `json:"version"`
0 commit comments