Skip to content

Commit

Permalink
Bump version to v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Nov 18, 2023
1 parent c84b570 commit 6659dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master (Unreleased)

## 0.7.6 (2023/11/18)

ENHANCEMENTS:

* Fix the git permission issue ([#49](https://github.com/minamijoyo/tfschema/pull/49))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// Version is a version number.
var version = "0.7.5"
var version = "0.7.6"

// ui is a user interface which is a global variable for mocking.
var ui cli.Ui
Expand Down

0 comments on commit 6659dff

Please sign in to comment.