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 136ea15 commit 2741f62Copy full SHA for 2741f62
.github/workflows/gradle.yml
@@ -19,7 +19,6 @@ jobs:
19
env:
20
bintrayUser: ${{ secrets.bintrayUsername }}
21
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22
- BUILD_NUMBER: 0 # Releases are always major.minor.revision_0
23
run: ./gradlew bintrayUpload
24
#- name: Publish (GitHub Packages)
25
# env:
build.gradle
@@ -7,7 +7,7 @@ plugins{
7
id 'com.github.johnrengelman.shadow' version '5.2.0'
8
}
9
10
-def ver = new Version(major: 4, minor: 0, revision: 2)
+def ver = new Version(major: 4, minor: 0, revision: 3)
11
12
group = "org.botblock"
13
version = "$ver"
0 commit comments