Skip to content

Commit

Permalink
bump version -> 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenerik committed Jul 8, 2023
1 parent 3508141 commit e7fb0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "22.1"
current_version = "23.0"
version_pattern = "YY.PATCH"
commit_message = "bump version -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"syscall"
)

const VERSION = "22.1"
const VERSION = "23.0"

func main() {
log.Infof("mailkuk version %s", VERSION)
Expand Down

0 comments on commit e7fb0d5

Please sign in to comment.