mirror of
https://github.com/xforcered/sqlrecon
synced 2026-06-08 18:26:07 +00:00
Increment minor version number
This commit is contained in:
@@ -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")]
|
||||
|
||||
@@ -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("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user