Skip to content

Commit f8940c2

Browse files
Bump version: 0.2.0 → 0.2.1
1 parent 81ca87d commit f8940c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

cmd/boltdb/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func Log(handler http.Handler) http.Handler {
2929
func main() {
3030
flag.Parse()
3131
if *version {
32-
fmt.Println(`v0.2.0`)
32+
fmt.Println(`v0.2.1`)
3333
os.Exit(0)
3434
}
3535
port := os.Getenv("PORT")

0 commit comments

Comments
 (0)