Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfPlayer1 committed May 15, 2024
1 parent ce9b8a2 commit f884958
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 @@ group 'net.fabricmc'
archivesBaseName = 'javapoet'

def ENV = System.getenv()
version '0.1.0' + (ENV.GITHUB_ACTIONS ? "" : "+local")
version '0.1.1' + (ENV.GITHUB_ACTIONS ? "" : "+local")

repositories {
maven {
Expand Down

0 comments on commit f884958

Please sign in to comment.