1
0
Fork 0

Update GeckoView Nightly and Beta (#2270)

master
Stefan Arentz 2019-05-03 21:54:58 -04:00 committed by Colin Lee
parent 9b0422b062
commit 6b349a535a
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object GeckoVersions {
const val nightly_version = "68.0.20190429095544"
const val beta_version = "67.0.20190415085659"
const val nightly_version = "68.0.20190503041749"
const val beta_version = "67.0.20190430135507"
const val release_version = "66.0.20190322021635"
}