mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-28 07:36:39 +00:00
6 lines
No EOL
194 B
C#
6 lines
No EOL
194 B
C#
namespace AutoTrackR2.Constants;
|
|
|
|
public static class AppConstants
|
|
{
|
|
public static string Version => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString() ?? "2.0";
|
|
} |