version bump

This commit is contained in:
Tamás Gérczei 2020-12-16 09:40:16 +01:00
parent e5740c5a43
commit d9ea56e5ec
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ FROM golang:${GOVERSION}-alpine AS buildenv
ARG REPO="https://gitea.com/gitea/tea.git"
ARG VERSION="0.5.0"
ARG VERSION="0.6.0"
ENV TEA_VERSION="${VERSION}"
ARG CGO_ENABLED="0"

View File

@ -1,7 +1,7 @@
## tea: A command line tool to interact with Gitea servers
### Build
- docker build . -t gitea/tea:0.5.0
- docker build . -t gitea/tea:0.6.0
...or to build a specific release (check [here](https://gitea.com/gitea/tea/releases)):