Skip to content

Commit 31550f9

Browse files
version: re-cut release v1.1.4
When releasing the version, the goreleaser file was not updated, and therefore failed the release. Since the release wasn't completed, we'll retry with the removed reference to the now defunct makefile target, which should then succeed after that.
1 parent 2c73aa5 commit 31550f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
77

88
var (
99
// Version is the main version number that is being run at the moment.
10-
Version = "1.1.5"
10+
Version = "1.1.4"
1111

1212
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1313
// (empty string) then it means that it is a final release. Otherwise, this
1414
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
15-
VersionPrerelease = "dev"
15+
VersionPrerelease = ""
1616

1717
// PluginVersion is used by the plugin set to allow Packer to recognize
1818
// what version this plugin is.

0 commit comments

Comments
 (0)