From 57dbc79949c7fab0eaabbb4017c97c755eb982d2 Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Sat, 28 Jan 2023 18:58:52 +0100 Subject: [PATCH] Update version string to 0.0.6-alpha --- Capy64/Capy64.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capy64/Capy64.cs b/Capy64/Capy64.cs index 65edb0c..1818423 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.5-alpha"; + public const string Version = "0.0.6-alpha"; public static string AppDataPath = Path.Combine( Environment.GetFolderPath( Environment.SpecialFolder.ApplicationData,