Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitor221hz committed Jan 5, 2025
1 parent 551ad1d commit faa090a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class SkyrimPatcher : IPatcher

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

private static readonly Version currentVersion = new Version(2, 5, 4);
private static readonly Version currentVersion = new Version(2, 6, 0);

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

0 comments on commit faa090a

Please sign in to comment.