Increment minor version number

This commit is contained in:
Rasta Mouse
2023-01-13 11:14:02 +00:00
parent 4f220cae59
commit 213fc18b69
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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")]
+1 -1
View File
@@ -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("");