File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# cui changelog
2
2
3
- ## unreleased
3
+ ## v0.5.1 (2023/09/07)
4
4
5
5
- Update dependencies
6
6
- Update go version
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN make test
14
14
FROM alpine
15
15
16
16
LABEL org.opencontainers.image.title=cui
17
- LABEL org.opencontainers.image.version=v0.5.0
17
+ LABEL org.opencontainers.image.version=v0.5.1
18
18
LABEL org.opencontainers.image.description="http request/response tui"
19
19
LABEL org.opencontainers.image.url=https://github.com/mfinelli/cui
20
20
LABEL org.opencontainers.image.source=https://github.com/mfinelli/cui
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"github.com/rivo/tview"
31
31
)
32
32
33
- const version = "0.5.0 "
33
+ const version = "0.5.1 "
34
34
35
35
type cuiApp struct {
36
36
Main * tview.Flex
You can’t perform that action at this time.
0 commit comments