Skip to content

Commit

Permalink
feat(version): bump version to v0.5.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Oct 3, 2020
1 parent 160f47a commit 0712161
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-beta.2"
const CoreVersion = "0.5.0-beta.3"

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

0 comments on commit 0712161

Please sign in to comment.