From 5ce88295e26776eda5dfd787d328db5515311f47 Mon Sep 17 00:00:00 2001 From: niksedk Date: Sun, 14 May 2023 07:38:12 +0200 Subject: [PATCH] Update version number --- src/ui/Properties/AssemblyInfo.cs.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Properties/AssemblyInfo.cs.template b/src/ui/Properties/AssemblyInfo.cs.template index fff92587e..d590feb38 100644 --- a/src/ui/Properties/AssemblyInfo.cs.template +++ b/src/ui/Properties/AssemblyInfo.cs.template @@ -31,7 +31,7 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.6.12.[REVNO]")] +[assembly: AssemblyVersion("3.6.13.[REVNO]")] // Make the internal types available in our testing assembly. [assembly: InternalsVisibleTo("Test")] \ No newline at end of file