From a2c16f163e446b1a70ab037b0f3c6b525a7728a7 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 10 May 2021 21:12:16 +0200 Subject: [PATCH] Changed a version number that was not updated in the previous commit --- .../java/com/github/lmh01/mgt2mt/MadGamesTycoon2ModTool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/lmh01/mgt2mt/MadGamesTycoon2ModTool.java b/src/main/java/com/github/lmh01/mgt2mt/MadGamesTycoon2ModTool.java index b861fc4e..8057fb81 100644 --- a/src/main/java/com/github/lmh01/mgt2mt/MadGamesTycoon2ModTool.java +++ b/src/main/java/com/github/lmh01/mgt2mt/MadGamesTycoon2ModTool.java @@ -14,7 +14,7 @@ public class MadGamesTycoon2ModTool { private static final Logger LOGGER = LoggerFactory.getLogger(MadGamesTycoon2ModTool.class); public static final String VERSION = "2.0.4";//Version numbers that include "dev" are not checked for updates / tool will notify if update is available - public static final String CURRENT_RELEASE_VERSION = "2.0.3";//When this version number has been detected as the newest release version the update available message is held back + public static final String CURRENT_RELEASE_VERSION = "2.0.4";//When this version number has been detected as the newest release version the update available message is held back public static void main(String[] args){ Settings.importSettings(); if(Settings.language.equals("English")){