Skip to content

Commit 4f65074

Browse files
committed
feat(version): bump version to v0.5.0
1 parent 9fa5ecf commit 4f65074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wss/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// version of protocol.
1010
const VersionCode = 0x004
1111
const CompVersion = 0x003
12-
const CoreVersion = "0.5.0-rc.3"
12+
const CoreVersion = "0.5.0"
1313

1414
type VersionNeg struct {
1515
Version string `json:"version"`

0 commit comments

Comments
 (0)