Skip to content

Commit 6666e7a

Browse files
committed
Updated to version 3.5.0
1 parent 3a6881d commit 6666e7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
}
2323

2424
group = "org.doble"
25-
version = "3.4.2"
25+
version = "3.5.0"
2626
description = "adr-j"
2727

2828
java {

src/main/java/org/doble/adr/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public final class Version implements IVersionProvider {
2020
* https://semver.org/spec/v2.0.0.html
2121
*
2222
***********************************************************/
23-
private final static String version = "3.4.2"; // Bug fixes, backwards compatible
23+
private final static String version = "3.5.0"; // Bug fixes, backwards compatible
2424

2525
@Override
2626
public String[] getVersion() throws Exception {

0 commit comments

Comments
 (0)