Skip to content

Commit

Permalink
Feature flags for .production.
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaweiss-signal committed Sep 17, 2024
1 parent 2fa40c7 commit 2e48ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignalServiceKit/Util/FeatureFlags+Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ extension FeatureBuild {
#if DEBUG
static let current: FeatureBuild = .dev
#else
static let current: FeatureBuild = .beta
static let current: FeatureBuild = .production
#endif
}

0 comments on commit 2e48ad2

Please sign in to comment.