Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Apr 15, 2022
1 parent b07bc1a commit 439d6cf
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 = 'net.fabricmc.unpick'

def ENV = System.getenv()
version = "2.2.0"
version = "2.3.0"
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")

sourceCompatibility = 1.8
Expand Down

0 comments on commit 439d6cf

Please sign in to comment.