Skip to content

Commit ee08600

Browse files
committed
chore: version bump
1 parent 758ffc0 commit ee08600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: PandoraPlus/MVVM/Model/Patch/Patchers/Skyrim/SkyrimPatcher.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class SkyrimPatcher : IPatcher
3636

3737
public IPatcher.PatcherFlags Flags { get; private set; } = IPatcher.PatcherFlags.None;
3838

39-
private static readonly Version currentVersion = new Version(2, 0, 2);
39+
private static readonly Version currentVersion = new Version(2, 0, 4);
4040

4141
private static readonly string versionLabel = "alpha";
4242
public string GetVersionString() => $"{currentVersion.ToString()}-{versionLabel}";

0 commit comments

Comments
 (0)