Skip to content

Commit 98aa892

Browse files
Bump version: 2023.12.01 → 2023.12.02
1 parent d29ba36 commit 98aa892

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.12.01
1+
2023.12.02

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ inputs:
1818
default: "true"
1919
runs:
2020
using: "docker"
21-
image: "docker://docker.io/seiso/goat:2023.12.01"
21+
image: "docker://docker.io/seiso/goat:2023.12.02"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2023.12.01
2+
current_version = 2023.12.02
33
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
44
serialize = {year}.{month}.{increment}
55
commit = True

0 commit comments

Comments
 (0)