Skip to content

Commit d1f6bb9

Browse files
committed
Bump version: 0.1.11 → 0.1.12
1 parent 562b3a3 commit d1f6bb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.11
2+
current_version = 0.1.12
33
commit = True
44
tag = True
55

cmd/mongoimport/mongoimport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
var Rev = ""
1717

1818
// Version is incremented using bump2version
19-
const Version = "0.1.11"
19+
const Version = "0.1.12"
2020

2121
var (
2222
mongoConnectionOptions = []cli.Flag{

mongoimport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package mongoimport
22

33
// Version is incremented using bump2version
4-
const Version = "0.1.11"
4+
const Version = "0.1.12"

0 commit comments

Comments
 (0)