Skip to content

Commit

Permalink
release: prepare for further development on 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jul 10, 2023
1 parent 653240d commit 4348107
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 @@ -23,7 +23,7 @@ compileJava {
group = 'org.vineflower'
archivesBaseName = 'vineflower'

version = '1.9.0'
version = '1.9.1'

def ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
Expand Down

0 comments on commit 4348107

Please sign in to comment.