Skip to content

Commit fcc702e

Browse files
author
romnnn
committed
Bump version: 0.1.8 → 0.1.9
1 parent 5bdb866 commit fcc702e

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

0 commit comments

Comments
 (0)