Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtwallace committed Jan 12, 2024
1 parent 1e85047 commit c30aca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

NOTE: This application is not yet intended for general use.

## [v0.1.7] - 2024-01-11

- Add a log message for no write and up to date.

## [v0.1.6] - 2024-01-10

- Clarify log message about file write.
Expand Down
2 changes: 1 addition & 1 deletion pkg/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// version
const appVersion = "0.1.6"
const appVersion = "0.1.7"

// main entrypoint
func main() {
Expand Down

0 comments on commit c30aca0

Please sign in to comment.