You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that they are not populating the version number consistently across each version in their json file, the LTR (Long Term Release) version is missing, instead it returns "", I'm unsure if this is a transient issue or a change to the way they will populate this going forward?
Looking at the current json file which Evergreen reads (https://version.qgis.org/version.json), I think it should be possible for the Evergreen code to programatically construct the version number from the major, minor and patch contents for each release:
"latest":
"major":3,
"minor":40,
"patch":0
i.e: 3.40.0
What happened?
#https://download.osgeo.org/qgis/windows/QGIS-OSGeo4W-3.40.1-1.msi <--actual download
#https://download.osgeo.org/qgis/windows/QGIS-OSGeo4W-3.40-1.msi <-- evergreen
Version
2411.1644
What PowerShell edition/s are you running Evergreen on?
PowerShell Core, Windows PowerShell
Which operating system/s are you running Evergreen on?
Windows Server 2016+
Have you reviewed the documentation?
Verbose output
The text was updated successfully, but these errors were encountered: