Skip to content

Commit f0cfbb3

Browse files
committed
Promote to v0.7.0 stable
1 parent 11266c7 commit f0cfbb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bql/version/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ var (
1818
// Major is the current major version of master branch.
1919
Major = 0
2020
// Minor is the current minor version of master branch.
21-
Minor = 6
21+
Minor = 7
2222
// Patch is the current patched version of the master branch.
23-
Patch = 1
23+
Patch = 0
2424
// Release is the current release level of the master branch. Valid values
2525
// are dev (development unreleased), rcX (release candidate with current
2626
// iteration), stable (indicates a final released version).
27-
Release = "dev"
27+
Release = "stable"
2828
)

0 commit comments

Comments
 (0)