From bd2747e77310dea285f62694cd10274124a7ce9d Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Tue, 17 Jan 2023 22:22:45 +0100 Subject: [PATCH] Version update --- Capy64/Capy64.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capy64/Capy64.cs b/Capy64/Capy64.cs index bc4ac13..c6b927a 100644 --- a/Capy64/Capy64.cs +++ b/Capy64/Capy64.cs @@ -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,