Update Models.cs

This commit is contained in:
patchzyy
2026-09-04 22:00:21 +02:00
parent e6f9b2197e
commit 602348f905
+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.22";
public const string Version = "0.2.27";
}
/// <summary>One installed product's record inside install-state.json.</summary>