Skip to content

Commit c1a1551

Browse files
committed
Release as 0.4.2
1 parent 14d56ca commit c1a1551

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.2 (Unreleased)
1+
## 0.4.2
22
* [PR-9](https://github.com/opencredo/terrahelp/pull/9) Cater for terraform 0.7.x list and map variables (resolves [#8](https://github.com/opencredo/terrahelp/issues/8))
33
* Updated examples and command line docs
44
* Builds against Go 1.7.3

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313
app := cli.NewApp()
1414
app.Name = "terrahelp"
1515
app.Usage = "Provides additional functions helpful with terraform development"
16-
app.Version = "0.4.2-dev"
16+
app.Version = "0.4.2"
1717
app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt"
1818
app.Commands = []cli.Command{
1919
vaultAutoConfigCommand(newTerraHelperFunc()),

0 commit comments

Comments
 (0)