Skip to content

Commit 50837a1

Browse files
Bump version: 2024.04.03 → 2024.04.04
1 parent 02bacd3 commit 50837a1

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-
2024.04.03
1+
2024.04.04

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:2024.04.03"
21+
image: "docker://docker.io/seiso/goat:2024.04.04"

setup.cfg

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