Skip to content

Commit 99a223e

Browse files
authored
Merge pull request #296 from hashicorp/prepare-123dev
version: prepare v1.2.3-dev
2 parents 128cae8 + 41e6e92 commit 99a223e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3-dev

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
77

88
var (
99
// Version is the main version number that is being run at the moment.
10-
Version = "1.2.2"
10+
Version = "1.2.3"
1111

1212
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1313
// (empty string) then it means that it is a final release. Otherwise, this
1414
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
15-
VersionPrerelease = ""
15+
VersionPrerelease = "dev"
1616

1717
// VersionMetadata is extra information to add to the version string.
1818
//

0 commit comments

Comments
 (0)