From c789b6cfed5dd77d20f1c0840cc054b382bfec94 Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sun, 11 Feb 2024 00:45:22 +0100 Subject: [PATCH] Update version with first beta of v2.10.0 (v2.9.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 e8685a08..3d7e3306 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.9.0beta1" + !$c4Version = "2.10.0beta1" !return $c4Version !end function