1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-07 02:40:52 +00:00

Merge branch 'wip'

This commit is contained in:
Arnaud Roques 2021-11-22 20:04:34 +01:00
commit d44b537f31
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ activityDiagram {
}
activityBar {
LineColor black
BackgroundColor black
}
circle {

View File

@ -80,7 +80,7 @@ public class Version {
}
public static int beta() {
final int beta = 6;
final int beta = 7;
return beta;
}