Version update

This commit is contained in:
Alessandro Proto 2023-01-17 22:22:45 +01:00
parent 916662bebd
commit bd2747e773

View file

@ -17,7 +17,7 @@ namespace Capy64;
public class Capy64 : Game, IGame
{
public const string Version = "0.0.3-alpha";
public const string Version = "0.0.4-alpha";
public static string AppDataPath = Path.Combine(
Environment.GetFolderPath(
Environment.SpecialFolder.ApplicationData,