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 9e7647f commit 33fcad8Copy full SHA for 33fcad8
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id "me.modmuss50.remotesign" version "0.4.0"
9
}
10
11
-version = '1.0.3'
+version = '1.1.0'
12
13
def ENV = System.getenv()
14
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
0 commit comments