Skip to content

Commit 15fe58c

Browse files
committed
Upgrade to 0.6.1 dev
1 parent ace9643 commit 15fe58c

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 = 6
2222
// Patch is the current patched version of the master branch.
23-
Patch = 0
23+
Patch = 1
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 = "stable"
27+
Release = "dev"
2828
)

0 commit comments

Comments
 (0)