Skip to content

Commit

Permalink
release 0.3.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
alightgoesout committed Mar 16, 2024
1 parent c4af17c commit 8eb21ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Build with Gradle
run: gradle build
run: ./gradlew build
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.3.0
version=0.3.0-RC1

0 comments on commit 8eb21ea

Please sign in to comment.