Based on docu the the version patch starts with 0 if there is only one patch digit (xxxx.08 not xxxx.8)
%version | Return PlantUML current version | %version() | 1.2020.08 for example |
but current beta version returns xxxx.7beta instead of xxxx.07beta and a version check is not possible.
I tested it with "PlantUML Server / version 1202105"
@startuml
Bob -> Alice : hello %version()
@enduml

Thank you and best regards
Helmut
PS.: I checked it with an older version and it returns "1.2021.01"