Skip to content

Commit

Permalink
Merge pull request mozilla#2505 from fzzzy/2138-require-50
Browse files Browse the repository at this point in the history
Require Firefox 50
  • Loading branch information
Dave Justice committed Jun 8, 2017
2 parents 32018a9 + f8ce868 commit 89a6d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/config.js
@@ -1,6 +1,6 @@
const defaultConfig = {
isDev: true,
minFirefoxVersion: 49,
minFirefoxVersion: 50,
experimentsURL: '/api/experiments.json',
usageCountsURL: 'https://analysis-output.telemetry.mozilla.org/testpilot/data/installation-counts/latest.json',
ravenPublicDSN: 'https://5ceef9a20a6e4cdd93cc9a935be78c73@sentry.prod.mozaws.net/169'
Expand Down

0 comments on commit 89a6d96

Please sign in to comment.