We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758ffc0 commit ee08600Copy full SHA for ee08600
PandoraPlus/MVVM/Model/Patch/Patchers/Skyrim/SkyrimPatcher.cs
@@ -36,7 +36,7 @@ public class SkyrimPatcher : IPatcher
36
37
public IPatcher.PatcherFlags Flags { get; private set; } = IPatcher.PatcherFlags.None;
38
39
- private static readonly Version currentVersion = new Version(2, 0, 2);
+ private static readonly Version currentVersion = new Version(2, 0, 4);
40
41
private static readonly string versionLabel = "alpha";
42
public string GetVersionString() => $"{currentVersion.ToString()}-{versionLabel}";
0 commit comments