Skip to content

Commit

Permalink
Promote new stable 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xllora committed Sep 3, 2017
1 parent e11215a commit ac90746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bql/version/version.go
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 = 8
Minor = 9
// 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 ac90746

Please sign in to comment.