Skip to content

Commit 2741f62

Browse files
committed
Remove BUILD_NUMBER
1 parent 136ea15 commit 2741f62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
env:
2020
bintrayUser: ${{ secrets.bintrayUsername }}
2121
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22-
BUILD_NUMBER: 0 # Releases are always major.minor.revision_0
2322
run: ./gradlew bintrayUpload
2423
#- name: Publish (GitHub Packages)
2524
# env:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

10-
def ver = new Version(major: 4, minor: 0, revision: 2)
10+
def ver = new Version(major: 4, minor: 0, revision: 3)
1111

1212
group = "org.botblock"
1313
version = "$ver"

0 commit comments

Comments
 (0)