Skip to content

Commit

Permalink
version: bump to v1.0.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Hao <[email protected]>
  • Loading branch information
Zhou Hao committed Jan 25, 2018
1 parent df4499a commit 7f64331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ import "fmt"

const (
// VersionMajor is for an API incompatible changes
VersionMajor = 0
VersionMajor = 1
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 3
VersionMinor = 0
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = "-rc1"
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 7f64331

Please sign in to comment.