Skip to content

Commit

Permalink
release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanyan committed Sep 16, 2020
1 parent 676320c commit 0ff3544
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params/client_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ package params
import "fmt"

const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string. Set to "" for stable release.
VersionMajor = 0 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string. Set to "" for stable release.
)

func ClientVersion() string {
Expand Down

0 comments on commit 0ff3544

Please sign in to comment.