From 954ce8acccfe65723927e3eaa836ffafa3870f40 Mon Sep 17 00:00:00 2001 From: Drew Naylor Date: Tue, 21 Jul 2020 05:17:34 -0400 Subject: [PATCH] Change app version. --- InstallerScripts/guinget_v0.1.0.1-alpha.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallerScripts/guinget_v0.1.0.1-alpha.iss b/InstallerScripts/guinget_v0.1.0.1-alpha.iss index 6b96e017..e127bc69 100644 --- a/InstallerScripts/guinget_v0.1.0.1-alpha.iss +++ b/InstallerScripts/guinget_v0.1.0.1-alpha.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "guinget" -#define MyAppVersion "0.1.0.0" +#define MyAppVersion "0.1.0.1" #define MyAppPublisher "Drew Naylor" #define MyAppURL "https://github.com/DrewNaylor/guinget" #define MyAppUpdatesURL "https://github.com/DrewNaylor/guinget/releases/latest"