From e7afd5c3d60575b69cd455d9db82e9e6f20887c6 Mon Sep 17 00:00:00 2001 From: 10se1ucgo Date: Wed, 2 Sep 2015 21:22:24 -0400 Subject: [PATCH] Version # bump --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 6dc192b..06ee7ff 100644 --- a/run.py +++ b/run.py @@ -158,7 +158,7 @@ def about(self, event): aboutpg = wx.AboutDialogInfo() aboutpg.Name = "Windows 10 Tracking Disable Tool" - aboutpg.Version = "v2.3" + aboutpg.Version = "v2.4" aboutpg.Copyright = "(c) 2015 10se1ucgo" aboutpg.Description = "A tool to disable nasty tracking in Windows 10" aboutpg.WebSite = ("https://github.com/10se1ucgo/DisableWinTracking", "GitHub Project Page")