Skip to content

Commit

Permalink
Emergency release to fix stale state on parser
Browse files Browse the repository at this point in the history
  • Loading branch information
xllora committed Dec 21, 2016
1 parent 7e099d9 commit ace9643
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 = 5
Minor = 6
// Patch is the current patched version of the master branch.
Patch = 1
Patch = 0
// Release is the current release level of the master branch. Valid values
// are dev (development unreleased), rcX (release candidate with current
// iteration), stable (indicates a final released version).
Release = "dev"
Release = "stable"
)

0 comments on commit ace9643

Please sign in to comment.