Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Sep 7, 2023
1 parent 1782ee8 commit 36c8927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cui changelog

## unreleased
## v0.5.1 (2023/09/07)

- Update dependencies
- Update go version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN make test
FROM alpine

LABEL org.opencontainers.image.title=cui
LABEL org.opencontainers.image.version=v0.5.0
LABEL org.opencontainers.image.version=v0.5.1
LABEL org.opencontainers.image.description="http request/response tui"
LABEL org.opencontainers.image.url=https://github.com/mfinelli/cui
LABEL org.opencontainers.image.source=https://github.com/mfinelli/cui
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/rivo/tview"
)

const version = "0.5.0"
const version = "0.5.1"

type cuiApp struct {
Main *tview.Flex
Expand Down

0 comments on commit 36c8927

Please sign in to comment.