From 9c845af62aeb488d7dc55682b000c4f3e461d636 Mon Sep 17 00:00:00 2001 From: celedev97 Date: Wed, 15 Nov 2023 14:12:38 +0100 Subject: [PATCH] test release --- innosetup/script.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innosetup/script.iss b/innosetup/script.iss index 97d413d..0ba2b10 100644 --- a/innosetup/script.iss +++ b/innosetup/script.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "ASA Server Manager" -#define MyAppVersion "v0.0.1" +#define MyAppVersion "v0.0.3-SNAPSHOT" #define MyAppPublisher "celedev97" #define MyAppURL "https://github.com/celedev97/asa-server-manager" #define MyAppExeName "go-java-launcher.exe"