From f88bb25b95f931748a26605ae1d62cc5fa9551ef Mon Sep 17 00:00:00 2001 From: Josh Grew Date: Fri, 21 Dec 2018 15:16:00 +0000 Subject: [PATCH] HOTFIX: Update assembly version --- FoundationV3/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FoundationV3/Properties/AssemblyInfo.cs b/FoundationV3/Properties/AssemblyInfo.cs index ce16b88..4b4acb4 100644 --- a/FoundationV3/Properties/AssemblyInfo.cs +++ b/FoundationV3/Properties/AssemblyInfo.cs @@ -47,7 +47,7 @@ // Build Number // Revision -[assembly: AssemblyVersion("3.2.21.1")] -[assembly: AssemblyFileVersion("3.2.21.1")] +[assembly: AssemblyVersion("3.2.22.2")] +[assembly: AssemblyFileVersion("3.2.22.2")] [assembly: NeutralResourcesLanguage("en-GB")] [assembly: AllowPartiallyTrustedCallers]