Skip to content

Commit e0332f0

Browse files
authored
Merge pull request #142 from hashicorp/prep_1.1.3
release 1.1.3
2 parents 8ce40af + 0cf6cc2 commit e0332f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.3"
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

0 commit comments

Comments
 (0)