Skip to content

Commit

Permalink
Bump version: 2023.09.04 → 2023.11.01
Browse files Browse the repository at this point in the history
  • Loading branch information
SeisoAutomation committed Nov 10, 2023
1 parent b6cfc95 commit 48ef0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.09.04
2023.11.01
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 48ef0b6

Please sign in to comment.