Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adoble committed Aug 27, 2024
1 parent 51f02fa commit d849486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
}

group = "org.doble"
version = "3.2.3-alpha"
version = "3.3.1"
description = "adr-j"

java {
Expand All @@ -29,6 +29,7 @@ java {
consistentResolution {
useCompileClasspathVersions()
}

}

application {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/doble/adr/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public final class Version implements IVersionProvider {
* https://semver.org/spec/v2.0.0.html
*
***********************************************************/
private final static String version = "3.3.0"; // Minor release, backwards compatible
private final static String version = "3.3.1"; // Bug fix

@Override
public String[] getVersion() throws Exception {
Expand Down

0 comments on commit d849486

Please sign in to comment.