This commit is contained in:
patchzyy
2026-09-06 15:38:14 +02:00
parent e0e362bd99
commit 88b990b060
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ namespace WiiCompiled.Setup.Linux;
internal static class ProductInfo
{
public const string Name = "WiiCompiled";
public const string Version = "0.2.30";
public const string Version = "0.2.31";
}
/// <summary>One installed product's record inside install-state.json.</summary>