From 2c4c8cf7f3cd0a220fc0f98e10e9ab8722d79907 Mon Sep 17 00:00:00 2001 From: Dmitry Dzygin Date: Tue, 27 Sep 2022 14:29:06 +0200 Subject: [PATCH] Updating version number to 6.13 --- Composite/Properties/SharedAssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Composite/Properties/SharedAssemblyInfo.cs b/Composite/Properties/SharedAssemblyInfo.cs index 5e33eda19..d7202a510 100644 --- a/Composite/Properties/SharedAssemblyInfo.cs +++ b/Composite/Properties/SharedAssemblyInfo.cs @@ -2,9 +2,9 @@ // General Information about the assemblies Composite and Composite.Workflows #if !InternalBuild -[assembly: AssemblyTitle("C1 CMS 6.12")] +[assembly: AssemblyTitle("C1 CMS 6.13")] #else -[assembly: AssemblyTitle("C1 CMS 6.12 (Internal Build)")] +[assembly: AssemblyTitle("C1 CMS 6.13 (Internal Build)")] #endif [assembly: AssemblyCompany("Orckestra Technologies Inc.")] @@ -13,4 +13,4 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("6.12.*")] +[assembly: AssemblyVersion("6.13.*")]