mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-28 07:36:39 +00:00
6 lines
No EOL
110 B
C#
6 lines
No EOL
110 B
C#
namespace AutoTrackR2.Constants;
|
|
|
|
public static class AppConstants
|
|
{
|
|
public const string Version = "2.11";
|
|
} |