Skip to content

Commit

Permalink
Merge pull request #69 from Shivansps/bump-rc7
Browse files Browse the repository at this point in the history
Bump to RC7
  • Loading branch information
Shivansps authored Nov 26, 2023
2 parents 7fe509d + 80287b4 commit 15e67f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Knossos.NET/Classes/Knossos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Knossos.NET
{
public static class Knossos
{
public static readonly string AppVersion = "0.2.0-RC6";
public static readonly string AppVersion = "0.2.0-RC7";
public readonly static string ToolRepoURL = "https://raw.githubusercontent.com/KnossosNET/Knet-Tool-Repo/main/knet_tools.json";
public readonly static string GitHubUpdateRepoURL = "https://api.github.com/repos/KnossosNET/Knossos.NET";
private static List<Mod> installedMods = new List<Mod>();
Expand Down

0 comments on commit 15e67f0

Please sign in to comment.