Skip to content

Commit aba2d34

Browse files
author
romnnn
committed
Bump version: 0.0.1 → 0.1.0
1 parent 05fcbf3 commit aba2d34

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.bumpversion.cfg

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

6-
7-
86
[bumpversion:file:flatbson.go]
97
search = const Version \= "{current_version}"
10-
replace = {new_version}
8+
replace = {new_version}

flatbson.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// Version is incremented using bump2version
12-
const Version = "0.0.1"
12+
const Version = "0.1.0"
1313

1414
var defaultSeparator = "."
1515

0 commit comments

Comments
 (0)