We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653240d commit 4348107Copy full SHA for 4348107
build.gradle
@@ -23,7 +23,7 @@ compileJava {
23
group = 'org.vineflower'
24
archivesBaseName = 'vineflower'
25
26
-version = '1.9.0'
+version = '1.9.1'
27
28
def ENV = System.getenv()
29
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
0 commit comments