We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e356d6 commit 2631a47Copy full SHA for 2631a47
SignalServiceKit/src/Util/FeatureFlags.swift
@@ -18,7 +18,7 @@ extension FeatureBuild {
18
}
19
20
21
-let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
+let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
22
23
// MARK: -
24
0 commit comments