From 93582899dfce2145dfe6a3b36c03027b6464fdc6 Mon Sep 17 00:00:00 2001 From: Piranha91 Date: Thu, 7 Dec 2023 03:03:36 -0800 Subject: [PATCH] Patcher Version Bump --- SynthEBD/PatcherState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }