From 9fad3258c5ff7198ba94920faa4814f5037d90ae Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Sat, 21 Jan 2023 11:41:25 +0100 Subject: [PATCH] Update version to 0.0.5-alpha --- Capy64/Capy64.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capy64/Capy64.cs b/Capy64/Capy64.cs index c6b927a..18a0a26 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.4-alpha"; + public const string Version = "0.0.5-alpha"; public static string AppDataPath = Path.Combine( Environment.GetFolderPath( Environment.SpecialFolder.ApplicationData,