From f11c175adc562295a043d5b7c7199192827a8187 Mon Sep 17 00:00:00 2001 From: sei-dupdyke Date: Thu, 16 Nov 2023 12:46:39 -0500 Subject: [PATCH] Consolidates WorkingHours into domain object and adds timeblocks to timeline --- src/Ghosts.Client/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ghosts.Client/Properties/AssemblyInfo.cs b/src/Ghosts.Client/Properties/AssemblyInfo.cs index 2191f357..499a53b5 100755 --- a/src/Ghosts.Client/Properties/AssemblyInfo.cs +++ b/src/Ghosts.Client/Properties/AssemblyInfo.cs @@ -31,6 +31,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("7.0.0.0")] -[assembly: AssemblyInformationalVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.0.236.0")] +[assembly: AssemblyVersion("7.1.0.0")] +[assembly: AssemblyInformationalVersion("7.1.0.0")] +[assembly: AssemblyFileVersion("7.1.0.0")]