ddelnano / packer-plugin-xenserver

A builder plugin for Packer.IO to support building XenServer images.
Mozilla Public License 2.0
74 stars 37 forks source link

Fix plugin installation on 1.11.0 and later by fixing release version detection #137

Closed ddelnano closed 4 months ago

ddelnano commented 4 months ago

Summary: Fix plugin installation on 1.11.0 and later by fixing release version detection

This addresses #136 but will ensure that future releases don't need to be bumped. Setting the package level version.Version variable already existed in the goreleaser configuration, but the variable was defined in the wrong package (main.Version instead of version.Version).