We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6881d commit 6666e7aCopy full SHA for 6666e7a
2 files changed
build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
}
23
24
group = "org.doble"
25
-version = "3.4.2"
+version = "3.5.0"
26
description = "adr-j"
27
28
java {
src/main/java/org/doble/adr/Version.java
@@ -20,7 +20,7 @@ public final class Version implements IVersionProvider {
20
* https://semver.org/spec/v2.0.0.html
21
*
***********************************************************/
- private final static String version = "3.4.2"; // Bug fixes, backwards compatible
+ private final static String version = "3.5.0"; // Bug fixes, backwards compatible
@Override
public String[] getVersion() throws Exception {
0 commit comments