-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Do
-
Affects Version/s: 2021.x, 2023.x
-
Fix Version/s: None
-
Component/s: Launcher
-
Epic Link:
Currently the Platform helper here only offers getVersion which returns the whole version, meaning 2021.2.6 and nothing to retrieve 2021.
This is an issue when a package has to deploy bundles or templates based on the major version. It is currently not possible.
Workaround: this seems to be achievable with the existing helpers:
Platform.getVersion().startsWith('2021')