From 9b46e9b24d4a609c124cda8549dd04411c7fd03a Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sat, 15 Jul 2023 23:54:56 +0200 Subject: [PATCH] Update version with first beta of v2.8.0 (v2.7.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 ec5a0a8..d98649f 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.6.1beta1" + !$c4Version = "2.8.0beta1" !return $c4Version !end function