From 09da8cfa49aeca0182924f0c2d3e4bd983c52e6b Mon Sep 17 00:00:00 2001 From: Stephan Rumswinkel <17520641+srwi@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:35:33 +0200 Subject: [PATCH] Bump version --- AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 8224c8ad9..3430825ca 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -54,5 +54,5 @@ // 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("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")]