Skip to content

Commit

Permalink
0.1.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 12, 2024
1 parent a6a9ee8 commit 01335fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## [0.1.5](https://github.com/prantlf/ovai/compare/v0.1.4...v0.1.5) (2024-05-12)

### Bug Fixes

* Fix automated publishing ([a6a9ee8](https://github.com/prantlf/ovai/commit/a6a9ee89b67f01260d8081406bfd46ac3344cf22))

## [0.1.4](https://github.com/prantlf/ovai/compare/v0.1.3...v0.1.4) (2024-05-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion cmd/ovai/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/prantlf/ovai/internal/web"
)

const version = "0.1.4"
const version = "0.1.5"

func main() {
if log.IsDbg {
Expand Down

0 comments on commit 01335fb

Please sign in to comment.