Skip to content

Commit

Permalink
build: bump project version to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ParanoidUser committed Oct 2, 2023
1 parent c923380 commit 32da0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: /
schedule:
interval: daily
milestone: 11
milestone: 12
labels:
- "chore"
groups:
Expand All @@ -16,6 +16,6 @@ updates:
directory: /
schedule:
interval: daily
milestone: 11
milestone: 12
labels:
- "chore"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
permissions:
contents: write
env:
VERSION: 1.18.0
VERSION: 1.19.0
steps:
- name: Checkout repository (default ref)
if: ${{ github.event.inputs.ref_name == '' }}
Expand Down

0 comments on commit 32da0aa

Please sign in to comment.