Skip to content

Commit

Permalink
Bump version: 0.7.15 → 0.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
suzaku committed Nov 30, 2020
1 parent 48386d4 commit 9adf379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.7.15
current_version = 0.7.16
commit = True
tag = True

[bumpversion:file:main.go]
search = {current_version}

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "0.7.15"
version = "0.7.16"
separator = "__"
maxCompleteOptions = 9
defaultWeight = 20.0
Expand Down

0 comments on commit 9adf379

Please sign in to comment.