From f6219c649a3e5b64f926e51fd1e108484094ec18 Mon Sep 17 00:00:00 2001 From: Stephan Rumswinkel <17520641+srwi@users.noreply.github.com> Date: Sat, 7 Sep 2024 22:05:37 +0200 Subject: [PATCH] Version 1.4.0 --- AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 7c4ed8af2..ae901d7ba 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.3.5.0")] -[assembly: AssemblyFileVersion("1.3.5.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")]