Feature flags for .production.

This commit is contained in:
sashaweiss-signal 2026-06-02 11:15:37 -07:00
parent 35c3b676e3
commit 9a6ef4d128
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 = .beta
static let current: FeatureBuild = .production
#endif
}

View File

@ -1 +1 @@
beta
production

View File

@ -1 +1 @@
8.14.0.{build_number}-beta
8.14.0.{build_number}