From 66005591c3c39fb5f5aa822c89aa90beb273f82f Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sat, 28 Aug 2021 18:18:27 +0200 Subject: [PATCH] #181 Add version information fix 2.3.1.beta1 (2) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a88d3c..a982aec 100644 --- a/README.md +++ b/README.md @@ -535,9 +535,9 @@ Rel(personAlias, containerAlias, "Label", "Optional Technology") ## Version information -Starting with v.2.3.2beta1 C4-PlantUML offers version information like PlantUML with its `%version()` call. +Starting with v.2.3.1beta1 C4-PlantUML offers version information like PlantUML with its `%version()` call. -* `C4Version()`: Current C4-PlantUML version (e.g. "2.3.2beta1"). +* `C4Version()`: Current C4-PlantUML version (e.g. "2.3.1beta1"). * `C4VersionDetails()`: (Floating) version details with the current PlantUML and C4-PlantUML version (with the alias C4VersionDetailsArea) ```