diff --git a/SynthEBD/PatcherState.cs b/SynthEBD/PatcherState.cs index 5dfb77c5..12ef0b21 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.4.8"; + public static string Version = "1.0.4.9"; // Settings public Settings_General GeneralSettings { get; set; } public Settings_TexMesh TexMeshSettings { get; set; }