Skip to content

Commit 9c34e9b

Browse files
committed
Feature flags for .production.
1 parent c789391 commit 9c34e9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SignalServiceKit/Environment/BuildFlags+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 = .beta
12+
static let current: FeatureBuild = .production
1313
#endif
1414
}

ci_scripts/feature_flag_level.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
beta
1+
production

ci_scripts/tag_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.85.0.{build_number}-beta
1+
7.85.0.{build_number}

0 commit comments

Comments
 (0)