Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Dec 19, 2023
1 parent a94d5f0 commit ed94579
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.3.0"
version = "2.3.1"
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")

repositories {
Expand Down

0 comments on commit ed94579

Please sign in to comment.