Skip to content

Commit 3bee9fc

Browse files
author
romnnn
committed
Bump version: 0.1.10 → 0.1.11
1 parent b854c73 commit 3bee9fc

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.10
2+
current_version = 0.1.11
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.10"
19+
const Version = "0.1.11"
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.10"
4+
const Version = "0.1.11"

0 commit comments

Comments
 (0)