Skip to content

Commit c386bfb

Browse files
committed
Increase version for next development work
1 parent 8bb1b31 commit c386bfb

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 0.4.1 (Unreleased)
2-
* Add new `vault-cli` provider to use the `vault` command line tool rather than talking to the vault API.
1+
## 0.4.2 (Unreleased)
2+
3+
## 0.4.1
4+
* Add new `vault-cli` provider to use the `vault` command line tool rather than talking to the vault API.
35

46
## 0.4.0
57
**Note: This release contains breaking changes!!**

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.1"
16+
app.Version = "0.4.2-dev"
1717
app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt"
1818
app.Commands = []cli.Command{
1919
vaultAutoConfigCommand(newTerraHelperFunc()),

0 commit comments

Comments
 (0)