diff --git a/VERSION b/VERSION index fdaa51d9..936b784e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.06.02 +2024.06.03 diff --git a/action.yml b/action.yml index fdf44a7c..8e2a9d0f 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ inputs: default: "true" runs: using: "docker" - image: "docker://docker.io/seiso/goat:2024.06.02" + image: "docker://docker.io/seiso/goat:2024.06.03" diff --git a/code_reviews/__init__.py b/code_reviews/__init__.py index 13307a0f..2b5cb064 100644 --- a/code_reviews/__init__.py +++ b/code_reviews/__init__.py @@ -4,4 +4,4 @@ __maintainer__ = "Seiso" __project_name__ = "goat_code_reviews" -__version__ = "2024.06.02" +__version__ = "2024.06.03" diff --git a/setup.cfg b/setup.cfg index 9c149707..7b5de9b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.06.02 +current_version = 2024.06.03 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True