We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8065caf commit 6736d5fCopy full SHA for 6736d5f
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'com.github.johnrengelman.shadow' version '8.1.1'
7
}
8
9
-version = '0.10.3'
+version = '0.10.4'
10
11
def ENV = System.getenv()
12
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
0 commit comments