Skip to content

Commit

Permalink
Update dev version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xllora committed Mar 29, 2016
1 parent 4b1f872 commit abb61ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bql/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ var (
// Minor is the current minor version of master branch.
Minor = 4
// Patch is the curernt patched version of the master branch.
Patch = 0
Patch = 1
// 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 = "stable"
Release = "dev"
)

0 comments on commit abb61ac

Please sign in to comment.