RpkConstants.cs 157 B

1234567
  1. namespace RackPeek.Domain;
  2. public static class RpkConstants {
  3. public const string Version = "v1.3.0";
  4. public static bool HasGitServices = false;
  5. }