mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 10:36:44 +00:00
Update version string to 0.0.6-alpha
This commit is contained in:
parent
a38a7a2692
commit
57dbc79949
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue