Skip to content

Commit

Permalink
version: bump version to v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: xiekeyang <[email protected]>
  • Loading branch information
xiekeyang committed Jun 29, 2017
1 parent d1c4a10 commit 7f277bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 0
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 1
VersionMinor = 2
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0

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

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

0 comments on commit 7f277bf

Please sign in to comment.