We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb8c42 commit 10c48fbCopy full SHA for 10c48fb
.bumpversion.cfg
@@ -1,8 +1,8 @@
1
[bumpversion]
2
-current_version = 0.1.5
+current_version = 0.1.6
3
commit = True
4
tag = True
5
6
[bumpversion:file:cmd/mongoimport/mongoimport.go]
7
search = const Version \= "{current_version}"
8
-replace = {new_version}
+replace = {new_version}
cmd/mongoimport/mongoimport.go
@@ -13,7 +13,7 @@ import (
13
var Rev = ""
14
15
// Version is incremented using bump2version
16
-const Version = "0.1.5"
+const Version = "0.1.6"
17
18
var (
19
mongoConnectionOptions = []cli.Flag{
0 commit comments