Skip to content

Commit 10c48fb

Browse files
author
romnnn
committed
Bump version: 0.1.5 → 0.1.6
1 parent 1eb8c42 commit 10c48fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[bumpversion]
2-
current_version = 0.1.5
2+
current_version = 0.1.6
33
commit = True
44
tag = True
55

66
[bumpversion:file:cmd/mongoimport/mongoimport.go]
77
search = const Version \= "{current_version}"
8-
replace = {new_version}
8+
replace = {new_version}

cmd/mongoimport/mongoimport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
var Rev = ""
1414

1515
// Version is incremented using bump2version
16-
const Version = "0.1.5"
16+
const Version = "0.1.6"
1717

1818
var (
1919
mongoConnectionOptions = []cli.Flag{

0 commit comments

Comments
 (0)