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 18, 2024
1 parent 8f8218a commit d26d904
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, 4);
private static readonly Version currentVersion = new Version(2, 1, 4);

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

0 comments on commit d26d904

Please sign in to comment.