Skip to content

Commit c0e4fa7

Browse files
version: prepare for 1.0.8 release
1 parent fff76d6 commit c0e4fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
1919
packer {
2020
required_plugins {
2121
qemu = {
22-
version = ">= 1.0.4"
22+
version = ">= 1.0.8"
2323
source = "github.com/hashicorp/qemu"
2424
}
2525
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var (
99
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1010
// (empty string) then it means that it is a final release. Otherwise, this
1111
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
12-
VersionPrerelease = "dev"
12+
VersionPrerelease = ""
1313

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

0 commit comments

Comments
 (0)