From 4ad0f13c77e042f3361238d1f8a1b09bd6072f08 Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Tue, 28 Jan 2025 00:57:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202024.10.01=20=E2=86=92=202025?= =?UTF-8?q?.01.01?= 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 3fc097b4..f4b29105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.10.01 +2025.01.01 diff --git a/action.yml b/action.yml index eea27043..fa5f5945 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ inputs: default: "true" runs: using: "docker" - image: "docker://docker.io/seiso/goat:2024.10.01" + image: "docker://docker.io/seiso/goat:2025.01.01" diff --git a/code_reviews/__init__.py b/code_reviews/__init__.py index 55b96d26..53255a84 100644 --- a/code_reviews/__init__.py +++ b/code_reviews/__init__.py @@ -4,4 +4,4 @@ __maintainer__ = "Seiso" __project_name__ = "goat_code_reviews" -__version__ = "2024.10.01" +__version__ = "2025.01.01" diff --git a/setup.cfg b/setup.cfg index 513b3391..b07e1348 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.10.01 +current_version = 2025.01.01 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True