Skip to content

Commit

Permalink
Bump to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Jul 27, 2023
1 parent a1d8eca commit fbdcc6b
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 = '2.0.0'

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

0 comments on commit fbdcc6b

Please sign in to comment.