Skip to content

Commit

Permalink
bump version to 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Aug 9, 2023
1 parent 313cb08 commit c8b5071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subprojects {
}

group = 'org.quiltmc'
version = '1.8.7'
version = '1.8.8'

var ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")
Expand Down

0 comments on commit c8b5071

Please sign in to comment.