We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b47dd commit 9d283b4Copy full SHA for 9d283b4
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