From f89ec9cbed7204d8d47dfa034351792da4a78f37 Mon Sep 17 00:00:00 2001 From: Adrienne Walker Date: Sun, 15 Mar 2020 10:28:08 -0700 Subject: [PATCH] Bump version to 0.16.9 --- plugin/CactbotEventSource/Properties/AssemblyInfo.cs | 4 ++-- plugin/CactbotOverlay/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs index a676af3f8c..ee4f41e019 100644 --- a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs +++ b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs @@ -21,5 +21,5 @@ // - Revision // GitHub has only 3 version components, so Revision should always be 0. // CactbotOverlay and CactbotEventSource version should match. -[assembly: AssemblyVersion("0.16.8.0")] -[assembly: AssemblyFileVersion("0.16.8.0")] +[assembly: AssemblyVersion("0.16.9.0")] +[assembly: AssemblyFileVersion("0.16.9.0")] diff --git a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs index f6b6cbd3d6..f7b69006f1 100644 --- a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs +++ b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs @@ -20,5 +20,5 @@ // - Build Number // - Revision // GitHub has only 3 version components, so Revision should always be 0. -[assembly: AssemblyVersion("0.16.8.0")] -[assembly: AssemblyFileVersion("0.16.8.0")] +[assembly: AssemblyVersion("0.16.9.0")] +[assembly: AssemblyFileVersion("0.16.9.0")]