Skip to content

Commit 9e991d7

Browse files
committed
cut release 1.0.0
1 parent d6bf0f0 commit 9e991d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
openstack = {
22-
version = ">= 0.0.1"
22+
version = ">= 1.0.0"
2323
source = "github.com/hashicorp/openstack"
2424
}
2525
}

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import (
1212

1313
var (
1414
// Version is the main version number that is being run at the moment.
15-
Version = "0.0.2"
15+
Version = "1.0.0"
1616

1717
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1818
// (empty string) then it means that it is a final release. Otherwise, this
1919
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
20-
VersionPrerelease = "dev"
20+
VersionPrerelease = ""
2121

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

0 commit comments

Comments
 (0)