Set Fenix Version Name in build
By default, the app versionName
is not set. Fennec uses the Firefox version name as the versionName.
Mozilla releases Nightly
with the name Nightly $date $time
(where date is YYYYMMDD, and time is HH:MM). See
and some "version" config for beta/release:
I think they're just using the Fenix git tag (without the leading v
) as the name (the current Firefox Beta has the versionName
as 80.0.1-beta.2
).