Skip to content

Commit

Permalink
feat(version): update version to v0.5.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Aug 6, 2020
1 parent fe53669 commit f17c762
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.4.1"
const CoreVersion = "0.5.0-beta"

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

0 comments on commit f17c762

Please sign in to comment.