Skip to content

Commit

Permalink
chore: version 1.2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Feb 15, 2024
1 parent ad4a1bd commit c6f150f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -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.3beta1
version = 1.2024.3
org.gradle.workers.max = 3
4 changes: 2 additions & 2 deletions src/net/sourceforge/plantuml/version/Version.java
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.3beta1";
private static final String version = "1.2024.3";

public static String versionString() {
return version;
Expand Down Expand Up @@ -80,7 +80,7 @@ public static String turningId() {
}

public static long compileTime() {
return 1707932786357L;
return 1708026005000L;
}

public static String compileTimeString() {
Expand Down
1 change: 1 addition & 0 deletions stdlib/home.repx
Expand Up @@ -13,6 +13,7 @@ eip
elastic
gcp
kubernetes
k8s
logos
material
office
Expand Down
Binary file added stdlib/k8s-abx.repx
Binary file not shown.
Binary file added stdlib/k8s-dex.repx
Binary file not shown.

0 comments on commit c6f150f

Please sign in to comment.