From 400acb18c521585f1782b484334145eb2e34df66 Mon Sep 17 00:00:00 2001 From: NeVeSpl Date: Sat, 13 Aug 2022 08:25:18 +0200 Subject: [PATCH] bump version to 1.0.8 --- sources/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/Properties/AssemblyInfo.cs b/sources/Properties/AssemblyInfo.cs index 0a48fa0..6b32ed9 100644 --- a/sources/Properties/AssemblyInfo.cs +++ b/sources/Properties/AssemblyInfo.cs @@ -51,5 +51,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.0.7.0")] -[assembly: AssemblyFileVersion("1.0.7.0")] +[assembly: AssemblyVersion("1.0.8.0")] +[assembly: AssemblyFileVersion("1.0.8.0")]