Skip to content

Commit e005519

Browse files
author
Justin Zhang
committed
Create release 1.0.7
1 parent b0c40f1 commit e005519

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.4"
23+
version = ">= 1.0.7"
2424
source = "github.com/ucloud/ucloud"
2525
}
2626
}

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.6"
38+
version = ">= 1.0.7"
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.6"
7+
Version = "1.0.7"
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)