Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EonZeNx committed Aug 13, 2024
1 parent de6567e commit f336da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ATL.Core/Libraries/ConstantsLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class ConstantsLibrary
{
public static string AppFullTitle => "Apex Tools & Launcher";
public static string AppTitle => "ATL";
public static string AppVersion => "v0.11.0";
public static string AppVersion => "v0.12.0";
public static int[] AppWindowSize => [1280, 900];

public static string AppConfigFileName = "atl_config";
Expand Down

0 comments on commit f336da4

Please sign in to comment.