diff --git a/VERSION b/VERSION
index c01bc389..8d0d9ed6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2023.12.01
+2023.12.02
diff --git a/action.yml b/action.yml
index b916b441..7443317b 100644
--- a/action.yml
+++ b/action.yml
@@ -18,4 +18,4 @@ inputs:
     default: "true"
 runs:
   using: "docker"
-  image: "docker://docker.io/seiso/goat:2023.12.01"
+  image: "docker://docker.io/seiso/goat:2023.12.02"
diff --git a/setup.cfg b/setup.cfg
index 2439a5ce..9ab256b4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2023.12.01
+current_version = 2023.12.02
 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