Skip to content

Commit f4a30d2

Browse files
committed
prep 0.6.6 release
1 parent c1006e1 commit f4a30d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

version/version.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"fmt"
1010

1111
"github.com/hashicorp/go-version"
12+
"github.com/hashicorp/packer-plugin-sdk/version"
1213
)
1314

1415
// The git commit that was compiled. This will be filled in by the compiler.
@@ -20,7 +21,7 @@ var Version = "0.6.6"
2021
// A pre-release marker for the version. If this is "" (empty string)
2122
// then it means that it is a final release. Otherwise, this is a pre-release
2223
// such as "dev" (in development), "beta", "rc1", etc.
23-
var VersionPrerelease = "dev"
24+
var VersionPrerelease = ""
2425

2526
// The metadata for the version, this is optional information to add around
2627
// a particular release.

0 commit comments

Comments
 (0)