Skip to content

Commit 36c8927

Browse files
committed
Release 0.5.1
1 parent 1782ee8 commit 36c8927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cui changelog
22

3-
## unreleased
3+
## v0.5.1 (2023/09/07)
44

55
- Update dependencies
66
- Update go version

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN make test
1414
FROM alpine
1515

1616
LABEL org.opencontainers.image.title=cui
17-
LABEL org.opencontainers.image.version=v0.5.0
17+
LABEL org.opencontainers.image.version=v0.5.1
1818
LABEL org.opencontainers.image.description="http request/response tui"
1919
LABEL org.opencontainers.image.url=https://github.com/mfinelli/cui
2020
LABEL org.opencontainers.image.source=https://github.com/mfinelli/cui

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/rivo/tview"
3131
)
3232

33-
const version = "0.5.0"
33+
const version = "0.5.1"
3434

3535
type cuiApp struct {
3636
Main *tview.Flex

0 commit comments

Comments
 (0)