From a0c3155f8c9d264d2251d79c8ff0eb3dc1aa6e69 Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Sun, 8 Jan 2023 21:14:05 +0100 Subject: [PATCH] Alpha 0.0.2 --- Capy64/Capy64.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capy64/Capy64.cs b/Capy64/Capy64.cs index 9129f6d..feeaa22 100644 --- a/Capy64/Capy64.cs +++ b/Capy64/Capy64.cs @@ -21,7 +21,7 @@ namespace Capy64; public class Capy64 : Game, IGame { - public const string Version = "a0.0.1"; + public const string Version = "0.0.2-alpha"; public static string AppDataPath = Path.Combine( Environment.GetFolderPath( Environment.SpecialFolder.ApplicationData,