Skip to content

Commit

Permalink
Update version string to 0.0.6-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Jan 28, 2023
1 parent a38a7a2 commit 57dbc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capy64/Capy64.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 57dbc79

Please sign in to comment.