From ba89acfa58cae05cb0db4762bc85f6ef865010e9 Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Fri, 8 Sep 2023 21:50:49 +0200 Subject: [PATCH] Update version with first beta of v2.9.0 (v2.8.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 905edc3..ba361ac 100644 --- a/C4.puml +++ b/C4.puml @@ -4,7 +4,7 @@ ' ################################## !function C4Version() ' 2 spaces and ' are used as unique marker, that the release scripts makes the correct version update - !$c4Version = "2.8.0beta2" + !$c4Version = "2.9.0beta1" !return $c4Version !end function