Skip to content

Commit

Permalink
chore: version 1.2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Feb 8, 2024
1 parent 6d035c3 commit 68fdb66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Warning, "version" should be the same in gradle.properties and Version.java
# Any idea anyone how to magically synchronize those :-) ?
version = 1.2024.1beta1
version = 1.2024.1
org.gradle.workers.max = 3
2 changes: 1 addition & 1 deletion src/net/sourceforge/plantuml/version/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Version {

// Warning, "version" should be the same in gradle.properties and Version.java
// Any idea anyone how to magically synchronize those :-) ?
private static final String version = "1.2024.1beta1";
private static final String version = "1.2024.1";

public static String versionString() {
return version;
Expand Down

0 comments on commit 68fdb66

Please sign in to comment.