Skip to content

Commit

Permalink
Bump version: 2023.08.04 → 2023.08.05
Browse files Browse the repository at this point in the history
  • Loading branch information
SeisoAutomation committed Aug 4, 2023
1 parent 2b45fda commit c12b2d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/seisollc/goat
rev: c5c0eec4c6de4aafa4bdefbe4df21c3ef7156a17
rev: 2b45fdadfc77f0e4e62510b433bd3cc7e73423bf
hooks:
- id: seiso-lint
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.08.04
2023.08.05
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.08.04"
image: "docker://docker.io/seiso/goat:2023.08.05"
2 changes: 1 addition & 1 deletion goat
Submodule goat updated 3 files
+1 −1 .pre-commit-config.yaml
+2 −4 Taskfile.yml
+1 −1 goat
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.08.04
current_version = 2023.08.05
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 c12b2d9

Please sign in to comment.