From f49828ed8fb994b4349d10d748ac5e202ec52814 Mon Sep 17 00:00:00 2001 From: Daniel Jorge Csich <67213069+danielcshn@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:20:04 -0300 Subject: [PATCH] Update setup.iss --- setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.iss b/setup.iss index 128b15a..571a089 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "NextProxy" -#define MyAppVersion "1.0.0.6" +#define MyAppVersion "1.0.0.7" #define MyAppPublisher "danielcshn" #define MyAppURL "https://github.com/danielcshn/nextproxy" #define MyAppExeName "NextProxy.exe"