We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f2769 commit 82b11ddCopy full SHA for 82b11dd
SignalServiceKit/Util/FeatureFlags+Generated.swift
@@ -9,6 +9,6 @@ extension FeatureBuild {
9
#if DEBUG
10
static let current: FeatureBuild = .dev
11
#else
12
- static let current: FeatureBuild = .beta
+ static let current: FeatureBuild = .production
13
#endif
14
}
0 commit comments