diff --git a/SynthEBD/PatcherState.cs b/SynthEBD/PatcherState.cs index a3f66797..6d58d718 100644 --- a/SynthEBD/PatcherState.cs +++ b/SynthEBD/PatcherState.cs @@ -7,7 +7,7 @@ namespace SynthEBD; public class PatcherState { // Version - public static string Version = "1.0.3.9"; + public static string Version = "1.0.4.0"; // Settings public Settings_General GeneralSettings { get; set; }