We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4ec9d commit eeaa995Copy full SHA for eeaa995
1 file changed
bql/version/version.go
@@ -20,9 +20,9 @@ var (
20
// Minor is the current minor version of master branch.
21
Minor = 2
22
// Patch is the curernt patched version of the master branch.
23
- Patch = 1
+ Patch = 2
24
// Release is the current release level of the master branch. Valid values
25
// are dev (developement unreleased), rcX (release candidate with current
26
// iteration), stable (indicates a final released version).
27
- Release = "stable"
+ Release = "dev"
28
)
0 commit comments