From 0a75275e4a3b5109269f6b958119209bf6503de8 Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Mon, 14 Sep 2020 11:29:11 +0100 Subject: [PATCH] core version bump --- uSync8.Core/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uSync8.Core/Properties/AssemblyInfo.cs b/uSync8.Core/Properties/AssemblyInfo.cs index 12eecca4..298c5717 100644 --- a/uSync8.Core/Properties/AssemblyInfo.cs +++ b/uSync8.Core/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.7.0.0")] -[assembly: AssemblyFileVersion("8.7.0.0")] +[assembly: AssemblyVersion("8.7.0.1")] +[assembly: AssemblyFileVersion("8.7.0.1")]