Skip to content

Commit

Permalink
Promote to v0.7.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
xllora committed Jan 11, 2017
1 parent 11266c7 commit f0cfbb3
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 = 6
Minor = 7
// 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 f0cfbb3

Please sign in to comment.