Skip to content

Commit 426ebcb

Browse files
committed
Bump up version to 1.0.9
1 parent 2a20865 commit 426ebcb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
2020
packer {
2121
required_plugins {
2222
ucloud = {
23-
version = ">= 1.0.8"
23+
version = ">= 1.0.9"
2424
source = "github.com/ucloud/ucloud"
2525
}
2626
}
@@ -68,7 +68,7 @@ Then create a packer instruction file in HCL syntax as follows:
6868
packer {
6969
required_plugins {
7070
ucloud = {
71-
version = ">= 1.0.8"
71+
version = ">= 1.0.9"
7272
source = "github.com/ucloud/ucloud"
7373
}
7474
}

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
3535
packer {
3636
required_plugins {
3737
ucloud = {
38-
version = ">= 1.0.8"
38+
version = ">= 1.0.9"
3939
source = "github.com/hashicorp/ucloud"
4040
}
4141
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
44

55
var (
66
// Version is the main version number that is being run at the moment.
7-
Version = "1.0.8"
7+
Version = "1.0.9"
88

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

0 commit comments

Comments
 (0)