Skip to content

Commit 3e3854e

Browse files
author
clint
committed
release: clean up after v0.7.5
1 parent f7fa785 commit 3e3854e

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.7.6 (UNRELEASED)
2+
13
## 0.7.5 (October 6, 2016)
24

35
BACKWARDS INCOMPATIBILITIES / NOTES:

terraform/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import (
77
)
88

99
// The main version number that is being run at the moment.
10-
const Version = "0.7.5"
10+
const Version = "0.7.6"
1111

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

1717
// SemVersion is an instance of version.Version. This has the secondary
1818
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)