Skip to content

Commit cb91241

Browse files
committed
🎉 Release 2024.1
1 parent af3cc36 commit cb91241

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎bumpver.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "2023.99"
2+
current_version = "2024.1"
33
version_pattern = "YYYY.INC1"
44
commit_message = "🎉 Release {new_version}"
55
commit = true

‎pkg/version.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package pkg
22

3-
const VERSION = "2023.99"
3+
const VERSION = "2024.1"

0 commit comments

Comments
 (0)