Skip to content

Commit

Permalink
Patcher version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 committed Feb 17, 2025
1 parent c33fafb commit 5bb46a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SynthEBD/PatcherState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 5bb46a4

Please sign in to comment.