We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fcbf3 commit aba2d34Copy full SHA for aba2d34
.bumpversion.cfg
@@ -1,10 +1,8 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = 0.1.0
3
commit = True
4
tag = True
5
6
-
7
8
[bumpversion:file:flatbson.go]
9
search = const Version \= "{current_version}"
10
-replace = {new_version}
+replace = {new_version}
flatbson.go
@@ -9,7 +9,7 @@ import (
)
11
// Version is incremented using bump2version
12
-const Version = "0.0.1"
+const Version = "0.1.0"
13
14
var defaultSeparator = "."
15
0 commit comments