Skip to content

Commit

Permalink
Bump up gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-HendryZheng committed Mar 30, 2023
1 parent d173556 commit caa76a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xendit-java-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.xendit'
version '1.22.0'
version '1.23.0'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion xendit-java-lib/src/main/java/com/xendit/Xendit.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public String getXenditURL() {
}

public String getVersion() {
return "1.22.0";
return "1.23.0";
}
}
}

0 comments on commit caa76a0

Please sign in to comment.