Skip to content

Commit eeaa995

Browse files
committed
Bumping ups to 0.2.2 dev
1 parent 3d4ec9d commit eeaa995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bql/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ var (
2020
// Minor is the current minor version of master branch.
2121
Minor = 2
2222
// Patch is the curernt patched version of the master branch.
23-
Patch = 1
23+
Patch = 2
2424
// Release is the current release level of the master branch. Valid values
2525
// are dev (developement unreleased), rcX (release candidate with current
2626
// iteration), stable (indicates a final released version).
27-
Release = "stable"
27+
Release = "dev"
2828
)

0 commit comments

Comments
 (0)