We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c782f commit 30c22ebCopy full SHA for 30c22eb
bumpver.toml
@@ -1,5 +1,5 @@
1
[bumpver]
2
-current_version = "23.2"
+current_version = "23.3"
3
version_pattern = "YY.PATCH"
4
commit_message = "bump version -> {new_version}"
5
commit = true
mailkuk/version.go
@@ -1,3 +1,3 @@
package main
-const VERSION = "23.2"
+const VERSION = "23.3"
0 commit comments