From 6706938cdc89d7a542584b0e3f2bce6334d14ed8 Mon Sep 17 00:00:00 2001 From: Stephan Rumswinkel <17520641+srwi@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:39:28 +0200 Subject: [PATCH] Version 1.4.1 --- AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index ae901d7ba..ad46d7e52 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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")]