From fa9a234ce5c1bd09576559ff712c46c165bf3242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=A4mmerer?= Date: Thu, 16 Mar 2023 09:12:59 +0100 Subject: [PATCH] Bump version --- ScriptEditor/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScriptEditor/Properties/AssemblyInfo.cs b/ScriptEditor/Properties/AssemblyInfo.cs index dc39545..38fa8c3 100644 --- a/ScriptEditor/Properties/AssemblyInfo.cs +++ b/ScriptEditor/Properties/AssemblyInfo.cs @@ -32,5 +32,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("8.5.2.0")] -[assembly: AssemblyFileVersion("8.5.2.0")] +[assembly: AssemblyVersion("8.5.3.0")] +[assembly: AssemblyFileVersion("8.5.3.0")]