Skip to content

Commit c05e83f

Browse files
committed
Feature flags for .production.
1 parent 60eae16 commit c05e83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/src/Util/FeatureFlags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension FeatureBuild {
1919
}
2020
}
2121

22-
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
22+
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
2323

2424
// MARK: -
2525

0 commit comments

Comments
 (0)