diff --git a/Installer.iss b/Installer.iss index 8946ad0a7d..9ec1822693 100644 --- a/Installer.iss +++ b/Installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "EDDI" -#define MyAppVersion "3.0.1-rc6" +#define MyAppVersion "3.0.1" #define MyAppPublisher "Elite Dangerous Community Developers (EDCD)" #define MyAppURL "https://github.com/EDCD/EDDI/" #define MyAppExeName "EDDI.exe" diff --git a/Utilities/Constants.cs b/Utilities/Constants.cs index 169be1ce58..8d211564ea 100644 --- a/Utilities/Constants.cs +++ b/Utilities/Constants.cs @@ -8,7 +8,7 @@ namespace Utilities public class Constants { public const string EDDI_NAME = "EDDI"; - public const string EDDI_VERSION = "3.0.1-rc6"; + public const string EDDI_VERSION = "3.0.1"; public const string EDDI_SERVER_URL = "http://edcd.github.io/EDDP/"; public static readonly string EDDI_SYSTEM_MUTEX_NAME = $"{EDDI_SERVER_URL}/{EDDI_NAME}/{Environment.GetEnvironmentVariable("UserName")}"; diff --git a/appveyor.yml b/appveyor.yml index c0c36e3fd3..36a22348af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.1-rc6-{build} +version: 3.0.1-{build} branches: only: - develop