This commit is contained in:
David Khachaturov 2021-11-22 11:23:23 +00:00
parent 96f5620f68
commit 5e3d6ac4f4
2 changed files with 4 additions and 3 deletions

View file

@ -99,7 +99,7 @@
this.version_lbl.Name = "version_lbl";
this.version_lbl.Size = new System.Drawing.Size(28, 13);
this.version_lbl.TabIndex = 2;
this.version_lbl.Text = "v6.4";
this.version_lbl.Text = "v7.1";
//
// passiveScanBox
//

View file

@ -3,6 +3,7 @@ using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;