From 9921b4601fa4010cb52de5cddc4230fa0eac54c5 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:34:48 -0400 Subject: [PATCH] Update AssemblyInfo.cs --- Rectify11Installer/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rectify11Installer/Properties/AssemblyInfo.cs b/Rectify11Installer/Properties/AssemblyInfo.cs index 700249031..f061cb1f4 100644 --- a/Rectify11Installer/Properties/AssemblyInfo.cs +++ b/Rectify11Installer/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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("3.0.50.0")] -[assembly: AssemblyFileVersion("3.0.50.0")] +[assembly: AssemblyVersion("3.1.0.0")] +[assembly: AssemblyFileVersion("3.1.0.0")] [assembly: NeutralResourcesLanguage("")]