Skip to content

Commit

Permalink
bump version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Apr 3, 2024
1 parent a16afd9 commit 5c138fd
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.6" + (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "")
version = "3.0.7" + (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "")
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")

sourceCompatibility = 1.8
Expand Down

0 comments on commit 5c138fd

Please sign in to comment.