We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c257774 commit b465763Copy full SHA for b465763
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: 6, minor: 7, patch: 2)
+def ver = new Version(major: 6, minor: 7, patch: 3)
11
12
allprojects {
13
apply plugin: 'maven-publish'
core/src/main/java/org/botblock/javabotblockapi/core/Info.java
@@ -39,7 +39,7 @@ public class Info{
39
/**
40
* Patch version of the Wrapper.
41
*/
42
- public static final int PATCH = 2;
+ public static final int PATCH = 3;
43
44
45
* Full version in the format {@code major.minor.patch}.
0 commit comments