Skip to content

Commit a633d67

Browse files
committed
bump version -> v23.1
1 parent 37b6a47 commit a633d67

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 = "v23.0"
2+
current_version = "v23.1"
33
version_pattern = "vYY.PATCH"
44
commit_message = "bump version -> {new_version}"
55
commit = true

webtex_render/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"text/template"
88
)
99

10-
const VERSION = "v23.0"
10+
const VERSION = "v23.1"
1111

1212
func main() {
1313
var config Config

0 commit comments

Comments
 (0)