Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefHolland authored Jun 21, 2024
2 parents 940a037 + 8118c89 commit 18c3bbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.06.02
2024.06.03
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:2024.06.02"
image: "docker://docker.io/seiso/goat:2024.06.03"
2 changes: 1 addition & 1 deletion code_reviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__maintainer__ = "Seiso"
__project_name__ = "goat_code_reviews"
__version__ = "2024.06.02"
__version__ = "2024.06.03"
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 = 2024.06.02
current_version = 2024.06.03
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 18c3bbb

Please sign in to comment.