Skip to content

Commit 5abfdc8

Browse files
committed
Feature flags for .beta.
1 parent 4d9cbc8 commit 5abfdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/Util/FeatureFlags+Generated.swift

Lines changed: 1 addition & 1 deletion
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 = .internal
12+
static let current: FeatureBuild = .beta
1313
#endif
1414
}

0 commit comments

Comments
 (0)