Skip to content

Commit 9d283b4

Browse files
committed
Feature flags for .production.
1 parent a5b47dd commit 9d283b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/Util/FeatureFlags+Generated.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ extension FeatureBuild {
99
#if DEBUG
1010
static let current: FeatureBuild = .dev
1111
#else
12-
static let current: FeatureBuild = .beta
12+
static let current: FeatureBuild = .production
1313
#endif
1414
}

0 commit comments

Comments
 (0)