mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
wip
This commit is contained in:
parent
38877c5420
commit
6e8e44afb6
@ -265,7 +265,7 @@ activityDiagram {
|
|||||||
}
|
}
|
||||||
|
|
||||||
activityBar {
|
activityBar {
|
||||||
LineColor black
|
BackgroundColor black
|
||||||
}
|
}
|
||||||
|
|
||||||
circle {
|
circle {
|
||||||
|
@ -80,7 +80,7 @@ public class Version {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static int beta() {
|
public static int beta() {
|
||||||
final int beta = 6;
|
final int beta = 7;
|
||||||
return beta;
|
return beta;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user