Skip to content

Commit a6347dd

Browse files
authored
Merge pull request #305 from hashicorp/prepare-124
version: prepare 1.2.4-dev
2 parents 79df0a3 + 0e1febc commit a6347dd

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.3
1+
1.2.4-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.3"
10+
Version = "1.2.4"
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)