From 63d10f76fa8ff1da3a64f3ccc7b33726c6149fe3 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 24 Apr 2021 14:38:44 +0530 Subject: [PATCH] inno: setup version updated to v6.2.2 --- DnsServerWindowsSetup/DnsServerSetup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DnsServerWindowsSetup/DnsServerSetup.iss b/DnsServerWindowsSetup/DnsServerSetup.iss index 82cff178..12fca0e3 100644 --- a/DnsServerWindowsSetup/DnsServerSetup.iss +++ b/DnsServerWindowsSetup/DnsServerSetup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Technitium DNS Server" -#define MyAppVersion "6.2.1" +#define MyAppVersion "6.2.2" #define MyAppPublisher "Technitium" #define MyAppURL "https://technitium.com/dns/" #define MyAppExeName "DnsServerSystemTrayApp.exe"