Skip to content

Commit

Permalink
feat(version): update version to 0.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Aug 26, 2019
1 parent 8d7c36a commit 6a9db86
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 @@ -6,7 +6,7 @@ import (

// version of protocol.
const VersionCode = 0x002
const CoreVersion = "0.3.0-alpha"
const CoreVersion = "0.3.0-alpha.2"

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

0 comments on commit 6a9db86

Please sign in to comment.