We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11266c7 commit f0cfbb3Copy full SHA for f0cfbb3
1 file changed
bql/version/version.go
@@ -18,11 +18,11 @@ var (
18
// Major is the current major version of master branch.
19
Major = 0
20
// Minor is the current minor version of master branch.
21
- Minor = 6
+ Minor = 7
22
// Patch is the current patched version of the master branch.
23
- Patch = 1
+ Patch = 0
24
// Release is the current release level of the master branch. Valid values
25
// are dev (development unreleased), rcX (release candidate with current
26
// iteration), stable (indicates a final released version).
27
- Release = "dev"
+ Release = "stable"
28
)
0 commit comments