RpkConstants.cs 162 B

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