Skip to content

Commit

Permalink
Cut release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Jul 26, 2022
1 parent 4d73c08 commit d1e212d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
azure = {
version = ">= 1.2.0"
version = ">= 1.3.0"
source = "github.com/hashicorp/azure"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
azure = {
version = ">= 1.2.0"
version = ">= 1.3.0"
source = "github.com/hashicorp/azure"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "1.2.0"
Version = "1.3.0"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit d1e212d

Please sign in to comment.