mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-02 13:31:57 -05:00
A bug in the SDK prevents us from calling SemVer on the PluginVersion derived from the rawVersion, as when doing so, we reset the semVer attribute to only use the core part of the version, thereby dropping any information on pre-release/metadata. This is not ideal, and arguably not wanted. So in order to not lose this information, we re-compute the SemVer from rawVersion, this way we don't overwrite it for both structures. |
||
|---|---|---|
| .. | ||
| VERSION | ||
| version.go | ||