Skip to content

Commit 1b18df7

Browse files
Bump version: 2023.08.17 → 2023.08.18
1 parent b33ac22 commit 1b18df7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.08.17
1+
2023.08.18

action.yml

+1-1
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.08.17"
21+
image: "docker://docker.io/seiso/goat:2023.08.18"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2023.08.17
2+
current_version = 2023.08.18
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)