From 0703dfa6afe7af05117d016022c4bcea12531096 Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Thu, 12 Sep 2024 17:48:07 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202024.09.03=20=E2=86=92=202024?= =?UTF-8?q?.09.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- action.yml | 2 +- code_reviews/__init__.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index e3af31fc..21b682c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.09.03 +2024.09.04 diff --git a/action.yml b/action.yml index 1732e63e..53b7bc20 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ inputs: default: "true" runs: using: "docker" - image: "docker://docker.io/seiso/goat:2024.09.03" + image: "docker://docker.io/seiso/goat:2024.09.04" diff --git a/code_reviews/__init__.py b/code_reviews/__init__.py index f5eaf5c7..f27c22fe 100644 --- a/code_reviews/__init__.py +++ b/code_reviews/__init__.py @@ -4,4 +4,4 @@ __maintainer__ = "Seiso" __project_name__ = "goat_code_reviews" -__version__ = "2024.09.03" +__version__ = "2024.09.04" diff --git a/setup.cfg b/setup.cfg index b8e29600..12287a0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.09.03 +current_version = 2024.09.04 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True