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 37b6a47 commit a633d67Copy full SHA for a633d67
bumpver.toml
@@ -1,5 +1,5 @@
1
[bumpver]
2
-current_version = "v23.0"
+current_version = "v23.1"
3
version_pattern = "vYY.PATCH"
4
commit_message = "bump version -> {new_version}"
5
commit = true
webtex_render/main.go
@@ -7,7 +7,7 @@ import (
7
"text/template"
8
)
9
10
-const VERSION = "v23.0"
+const VERSION = "v23.1"
11
12
func main() {
13
var config Config
0 commit comments