Feature flags for .beta.

This commit is contained in:
sashaweiss-signal
2025-11-12 16:58:09 -08:00
parent 32aa4a0689
commit ea341d2fb0
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 @@
7.86.0.{build_number}-internal
7.86.0.{build_number}-beta