diff --git a/SynthEBD/PatcherState.cs b/SynthEBD/PatcherState.cs index 83e96769..b74246cf 100644 --- a/SynthEBD/PatcherState.cs +++ b/SynthEBD/PatcherState.cs @@ -6,7 +6,7 @@ namespace SynthEBD; public class PatcherState { // Version - public static string Version = "1.0.2.6"; + public static string Version = "1.0.2.7"; // Settings public Settings_General GeneralSettings { get; set; }