Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
Nightly version bump to 69.0a1 (#2118)
Browse files Browse the repository at this point in the history
* Nightly version bump to 69.0a1

* Update future release dates
  • Loading branch information
srfraser authored and Rail Aliiev committed May 21, 2019
1 parent 2d9f25c commit 33e9429
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/shipit/api/shipit_api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
# day).
# We could have used the in-tree version, but there can be race conditions,
# e.g. version bumped, but still no builds available.
FIREFOX_NIGHTLY = '68.0a1'
FIREFOX_NIGHTLY = '69.0a1'
# The next three dates are information about next release
# They must be updated at the same time as FIREFOX_NIGHTLY
# They can be found: https://wiki.mozilla.org/Release_Management/Calendar
NEXT_SOFTFREEZE_DATE = '2019-05-06'
NEXT_MERGE_DATE = '2019-05-13'
NEXT_RELEASE_DATE = '2019-05-14'
NEXT_SOFTFREEZE_DATE = '2019-07-01'
NEXT_MERGE_DATE = '2019-07-08'
NEXT_RELEASE_DATE = '2019-07-09'

# Aurora has been replaced by Dev Edition, but some 3rd party applications may
# still rely on this value.
Expand Down

0 comments on commit 33e9429

Please sign in to comment.