Skip to content

Commit

Permalink
feat: adding edgy tools in stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Jan 3, 2024
1 parent 26189b1 commit 533c27c
Show file tree
Hide file tree
Showing 5 changed files with 4 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.2023.14beta2
version = 1.2024.0beta1
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.2023.14beta2";
private static final String version = "1.2024.0beta1";

public static String versionString() {
return version;
Expand Down
Binary file added stdlib/edgy-abx.repx
Binary file not shown.
1 change: 1 addition & 0 deletions stdlib/edgy-dex.repx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
;
1 change: 1 addition & 0 deletions stdlib/home.repx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ classy-c4
cloudinsight
cloudogu
domainstory
edgy
elastic
kubernetes
logos
Expand Down

0 comments on commit 533c27c

Please sign in to comment.