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("");