Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitor221hz committed Aug 1, 2024
1 parent d2237eb commit 6e3ced2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SkyrimPatcher : IPatcher

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

private static readonly Version currentVersion = new Version(2, 0, 0);
private static readonly Version currentVersion = new Version(2, 0, 1);

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

0 comments on commit 6e3ced2

Please sign in to comment.