We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3cc36 commit cb91241Copy full SHA for cb91241
‎bumpver.toml‎
@@ -1,5 +1,5 @@
1
[bumpver]
2
-current_version = "2023.99"
+current_version = "2024.1"
3
version_pattern = "YYYY.INC1"
4
commit_message = "🎉 Release {new_version}"
5
commit = true
‎pkg/version.go‎
@@ -1,3 +1,3 @@
package pkg
-const VERSION = "2023.99"
+const VERSION = "2024.1"
0 commit comments