Skip to content

Commit

Permalink
version update 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitor221hz committed Apr 2, 2024
1 parent 35d5af1 commit cc3fc12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class SkyrimPatcher : IPatcher

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

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

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

0 comments on commit cc3fc12

Please sign in to comment.