Skip to content

Commit

Permalink
feat(version): bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Jan 25, 2021
1 parent 9fa5ecf commit 4f65074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wss/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// version of protocol.
const VersionCode = 0x004
const CompVersion = 0x003
const CoreVersion = "0.5.0-rc.3"
const CoreVersion = "0.5.0"

type VersionNeg struct {
Version string `json:"version"`
Expand Down

0 comments on commit 4f65074

Please sign in to comment.