Skip to content

Commit 1b209f5

Browse files
committed
Cut release v2.1.6
1 parent 2b89b16 commit 1b209f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
azure = {
22-
version = ">= 2.1.5"
22+
version = ">= 2.1.6"
2323
source = "github.com/hashicorp/azure"
2424
}
2525
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
var (
1111
// Version is the main version number that is being run at the moment.
12-
Version = "2.1.5"
12+
Version = "2.1.6"
1313

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

0 commit comments

Comments
 (0)