Skip to content

Commit

Permalink
Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
romnnn committed Mar 13, 2020
1 parent dbcd338 commit 3587e0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion cmd/mongoimport/mongoimport.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var Rev = ""

// Version is incremented using bump2version
const Version = "0.1.6"
const Version = "0.1.7"

var (
mongoConnectionOptions = []cli.Flag{
Expand Down
2 changes: 1 addition & 1 deletion mongoimport.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mongoimport

// Version is incremented using bump2version
const Version = "0.1.6"
const Version = "0.1.7"

0 comments on commit 3587e0d

Please sign in to comment.