From 9c067d6ace920548e83ef59b34eabf6b3ff5e895 Mon Sep 17 00:00:00 2001 From: Cvolton Date: Tue, 3 Aug 2021 17:27:27 +0200 Subject: [PATCH] 1.9.3.0: Version Bump --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index c4936bf..cd485b0 100644 --- a/Program.cs +++ b/Program.cs @@ -26,8 +26,8 @@ You should have received a copy of the GNU General Public License [assembly: AssemblyProduct("AeroShotCRE")] [assembly: AssemblyDescription("Screenshot capture utility for Windows Aero")] [assembly: AssemblyCopyright("\u00a9 2021 Cvolton")] -[assembly: AssemblyVersion("1.9.2.0")] -[assembly: AssemblyFileVersion("1.9.2.0")] +[assembly: AssemblyVersion("1.9.3.0")] +[assembly: AssemblyFileVersion("1.9.3.0")] [assembly: ComVisible(false)] namespace AeroShot