From 6b26e8f66f6759c727a7a0ef776b63ee139ff659 Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Sat, 14 Jan 2023 18:23:02 +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 b5e6d23..bc4ac13 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.2-alpha"; + public const string Version = "0.0.3-alpha"; public static string AppDataPath = Path.Combine( Environment.GetFolderPath( Environment.SpecialFolder.ApplicationData,