Skip to content

Commit

Permalink
Prepare v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed May 22, 2024
1 parent 04e2be0 commit 7f0ff40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = ">= 2.1.3"
version = ">= 2.1.4"
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 @@ -9,7 +9,7 @@ import (

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

// 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 7f0ff40

Please sign in to comment.