Skip to content

Commit df7e1a1

Browse files
committed
put sdk on 0.1.1 dev mode
1 parent 11fe5f3 commit df7e1a1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.1.1 (Upcoming)
2+
13
## 0.1.0 (February 18, 2021)
24

35
* core: Update Packer to v1.7.0 [[GH-39](https://github.com/hashicorp/packer-plugin-sdk/pull/39)]

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import (
1313
var GitCommit string
1414

1515
// Package version helps plugin creators set and track the sdk version using
16-
var Version = "0.1.0"
16+
var Version = "0.1.1"
1717

1818
// A pre-release marker for the version. If this is "" (empty string)
1919
// then it means that it is a final release. Otherwise, this is a pre-release
2020
// such as "dev" (in development), "beta", "rc1", etc.
21-
var VersionPrerelease = ""
21+
var VersionPrerelease = "dev"
2222

2323
// SDKVersion is used by the plugin set to allow Packer to recognize
2424
// what version of the sdk the plugin is.

0 commit comments

Comments
 (0)