Compare commits

...

1 Commits

Author SHA1 Message Date
Kate
79140e4865 Feature flags for .beta. 2026-06-10 15:48:24 -04:00
3 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@ extension FeatureBuild {
#if DEBUG
static let current: FeatureBuild = .dev
#else
static let current: FeatureBuild = .internal
static let current: FeatureBuild = .beta
#endif
}

View File

@ -1 +1 @@
internal
beta

View File

@ -1 +1 @@
8.16.0.{build_number}-internal
8.16.0.{build_number}-beta