From 81c11a9e7fa5dfdc4c023c70c0f699d96e515bf1 Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Mon, 27 May 2024 19:16:15 +0200 Subject: [PATCH] Update version with first beta of v2.11.0 (v2.10.0 was created based on previous commit) --- C4.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4.puml b/C4.puml index 2792da9a..d14d5617 100644 --- a/C4.puml +++ b/C4.puml @@ -13,7 +13,7 @@ ' ################################## !function C4Version() ' 2 spaces and ' are used as unique marker, that the release scripts makes the correct version update - !$c4Version = "2.10.0beta1" + !$c4Version = "2.11.0beta1" !return $c4Version !end function