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 a0f5a03 commit 2dd83d8Copy full SHA for 2dd83d8
VERSION
@@ -1 +1 @@
1
-2023.09.03
+2023.09.04
action.yml
@@ -18,4 +18,4 @@ inputs:
18
default: "true"
19
runs:
20
using: "docker"
21
- image: "docker://docker.io/seiso/goat:2023.09.03"
+ image: "docker://docker.io/seiso/goat:2023.09.04"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 2023.09.03
+current_version = 2023.09.04
3
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
4
serialize = {year}.{month}.{increment}
5
commit = True
0 commit comments