From 213fc18b69859cd8913648124b1618b282d73de4 Mon Sep 17 00:00:00 2001 From: Rasta Mouse Date: Fri, 13 Jan 2023 11:14:02 +0000 Subject: [PATCH] Increment minor version number --- SQLRecon/SQLRecon/Properties/AssemblyInfo.cs | 4 ++-- SQLRecon/SQLRecon/modules/Help.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SQLRecon/SQLRecon/Properties/AssemblyInfo.cs b/SQLRecon/SQLRecon/Properties/AssemblyInfo.cs index 93d3776..0215d22 100644 --- a/SQLRecon/SQLRecon/Properties/AssemblyInfo.cs +++ b/SQLRecon/SQLRecon/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("2.1.4.0")] -[assembly: AssemblyFileVersion("2.1.4.0")] +[assembly: AssemblyVersion("2.1.5.0")] +[assembly: AssemblyFileVersion("2.1.5.0")] diff --git a/SQLRecon/SQLRecon/modules/Help.cs b/SQLRecon/SQLRecon/modules/Help.cs index 8a48f4e..84c900d 100644 --- a/SQLRecon/SQLRecon/modules/Help.cs +++ b/SQLRecon/SQLRecon/modules/Help.cs @@ -13,7 +13,7 @@ namespace SQLRecon.Modules public void initialize() { Console.WriteLine(""); - Console.WriteLine("SQLRecon v2.1.4"); + Console.WriteLine("SQLRecon v2.1.5"); Console.WriteLine("github.com/skahwah/SQLRecon"); Console.WriteLine("");