From 4350756cd8a3bde34491fe0b6f08a92cba856d42 Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sun, 11 Dec 2022 00:47:00 +0100 Subject: [PATCH] Update version with first beta of v2.6.0 --- C4.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4.puml b/C4.puml index 216a73b..d6f1b28 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.5.0" + !$c4Version = "2.6.0beta1" !return $c4Version !end function