bump version

This commit is contained in:
Dr-Blank 2024-09-11 01:13:55 -04:00
parent 682631fb8e
commit 520d2e9ebc
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
3 changed files with 11 additions and 9 deletions

View file

@ -16,6 +16,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout shelfsdk
uses: actions/checkout@v3
with:
repository: Dr-Blank/shelfsdk
path: ./shelfsdk
- name: Set Up Java
uses: actions/setup-java@v3.12.0
with: