Skip to content

Commit

Permalink
Feature flags for .production.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-signal committed Oct 16, 2024
1 parent f3f22e2 commit 83e9f88
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 83e9f88

Please sign in to comment.