diff --git a/.buildconfig.yml b/.buildconfig.yml index 861caccf99f..9b38f30c13e 100644 --- a/.buildconfig.yml +++ b/.buildconfig.yml @@ -1,6 +1,6 @@ # Please keep this version in sync with version.txt # version.txt should be the new source of truth for version numbers -componentsVersion: 103.0.8 +componentsVersion: 103.0.9 # Please add a treeherder group in taskcluster/ci/config.yml if you add a new project here. projects: compose-awesomebar: diff --git a/buildSrc/src/main/java/Gecko.kt b/buildSrc/src/main/java/Gecko.kt index bd097f0f592..1b4da8c8e32 100644 --- a/buildSrc/src/main/java/Gecko.kt +++ b/buildSrc/src/main/java/Gecko.kt @@ -9,12 +9,12 @@ object Gecko { /** * GeckoView Version. */ - const val version = "103.0.20220714185732" + const val version = "103.0.20220718155818" /** * GeckoView channel */ - val channel = GeckoChannel.BETA + val channel = GeckoChannel.RELEASE } /** diff --git a/version.txt b/version.txt index abaa6f18c3a..dadf9961e86 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -103.0.8 +103.0.9 \ No newline at end of file