Skip to content

Commit b465763

Browse files
committed
Bump version
1 parent c257774 commit b465763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
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: 6, minor: 7, patch: 2)
10+
def ver = new Version(major: 6, minor: 7, patch: 3)
1111

1212
allprojects {
1313
apply plugin: 'maven-publish'

core/src/main/java/org/botblock/javabotblockapi/core/Info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Info{
3939
/**
4040
* Patch version of the Wrapper.
4141
*/
42-
public static final int PATCH = 2;
42+
public static final int PATCH = 3;
4343

4444
/**
4545
* Full version in the format {@code major.minor.patch}.

0 commit comments

Comments
 (0)