Skip to content

Commit ace9643

Browse files
committed
Emergency release to fix stale state on parser
1 parent 7e099d9 commit ace9643

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 = 5
21+
Minor = 6
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)