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 fc938a4 commit c087ae5Copy full SHA for c087ae5
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: 1)
+def ver = new Version(major: 4, minor: 0, revision: 2)
11
12
group = "org.botblock"
13
version = "$ver"
0 commit comments