Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitor221hz committed Jul 21, 2024
1 parent 4759acf commit d7429b9
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(1, 6, 2);
private static readonly Version currentVersion = new Version(1, 6, 3);

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

1 comment on commit d7429b9

@JasonCraft
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sir, I wanted to ask if the performance hit you mentioned is for pandora running or the game?

Please sign in to comment.