mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-12-14 01:55:46 +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 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(
|
public static string AppDataPath = Path.Combine(
|
||||||
Environment.GetFolderPath(
|
Environment.GetFolderPath(
|
||||||
Environment.SpecialFolder.ApplicationData,
|
Environment.SpecialFolder.ApplicationData,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue