Skip to content

Commit caa76a0

Browse files
author
Hendry Zheng
committed
Bump up gradle
1 parent d173556 commit caa76a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

xendit-java-lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.xendit'
11-
version '1.22.0'
11+
version '1.23.0'
1212

1313
sourceCompatibility = 1.8
1414

xendit-java-lib/src/main/java/com/xendit/Xendit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public String getXenditURL() {
3737
}
3838

3939
public String getVersion() {
40-
return "1.22.0";
40+
return "1.23.0";
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)