We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f1736 commit fa5c5f9Copy full SHA for fa5c5f9
Knossos.NET/Classes/Knossos.cs
@@ -21,7 +21,7 @@ namespace Knossos.NET
21
{
22
public static class Knossos
23
24
- public static readonly string AppVersion = "0.2.0-RC3";
+ public static readonly string AppVersion = "0.2.0-RC4";
25
public readonly static string ToolRepoURL = "https://raw.githubusercontent.com/Shivansps/Knet-Tool-Repo/main/knet_tools.json";
26
public readonly static string GitHubUpdateRepoURL = "https://api.github.com/repos/Shivansps/Knossos.NET";
27
private static List<Mod> installedMods = new List<Mod>();
0 commit comments