Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
xllora committed Mar 29, 2016
1 parent dceaa6c commit 4b1f872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bql/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ var (
// Major is the current major version of master branch.
Major = 0
// Minor is the current minor version of master branch.
Minor = 3
Minor = 4
// Patch is the curernt patched version of the master branch.
Patch = 1
Patch = 0
// Release is the current release level of the master branch. Valid values
// are dev (developement unreleased), rcX (release candidate with current
// iteration), stable (indicates a final released version).
Release = "dev"
Release = "stable"
)

0 comments on commit 4b1f872

Please sign in to comment.