From 48ef0b62826f66dc2e2ea044e41acc1e8225e65a Mon Sep 17 00:00:00 2001 From: Seiso Automation <automation@seisollc.com> Date: Fri, 10 Nov 2023 20:24:16 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202023.09.04=20=E2=86=92=202023?= =?UTF-8?q?.11.01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- action.yml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 94c9a118..eda838ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.09.04 +2023.11.01 diff --git a/action.yml b/action.yml index 235f16d4..1b696482 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ inputs: default: "true" runs: using: "docker" - image: "docker://docker.io/seiso/goat:2023.09.04" + image: "docker://docker.io/seiso/goat:2023.11.01" diff --git a/setup.cfg b/setup.cfg index 7050d1ef..c5ebce5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.09.04 +current_version = 2023.11.01 parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))? serialize = {year}.{month}.{increment} commit = True