Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskarth committed Sep 4, 2023
1 parent d4d6e72 commit 67267ee
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.2'
version = '1.9.3'

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

0 comments on commit 67267ee

Please sign in to comment.