Skip to content

Commit

Permalink
bump version to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Nov 2, 2024
1 parent e98db17 commit c161103
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 @@ -11,7 +11,7 @@ allprojects {
group = 'org.quiltmc.unpick'

def ENV = System.getenv()
version = "3.0.8" + (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "")
version = "3.0.9" + (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "")
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")

repositories {
Expand Down

0 comments on commit c161103

Please sign in to comment.