From 84fb0686fbf4def4255c2a8825a37616b2b0fef1 Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Thu, 27 Apr 2023 10:09:03 +0100 Subject: [PATCH] bumps assemblyver to 2.1.* --- CharacterRecordsGenerator/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CharacterRecordsGenerator/Properties/AssemblyInfo.cs b/CharacterRecordsGenerator/Properties/AssemblyInfo.cs index ecb6441..1570435 100644 --- a/CharacterRecordsGenerator/Properties/AssemblyInfo.cs +++ b/CharacterRecordsGenerator/Properties/AssemblyInfo.cs @@ -50,5 +50,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.*")] +[assembly: AssemblyVersion("2.2.*")] [assembly: AssemblyFileVersion("1.1.0.0")]