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