Skip to content

Commit 2a97e53

Browse files
committed
release: clean up after v0.6.12
1 parent 9556c4d commit 2a97e53

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.13 (Unreleased)
2+
13
## 0.6.12 (February 24, 2016)
24

35
BACKWARDS INCOMPATIBILITIES / NOTES:

terraform/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package terraform
22

33
// The main version number that is being run at the moment.
4-
const Version = "0.6.12"
4+
const Version = "0.6.13"
55

66
// A pre-release marker for the version. If this is "" (empty string)
77
// then it means that it is a final release. Otherwise, this is a pre-release
88
// such as "dev" (in development), "beta", "rc1", etc.
9-
const VersionPrerelease = ""
9+
const VersionPrerelease = "dev"

0 commit comments

Comments
 (0)