From d9ea56e5ec04c6c841fb95307aa2a4c3ffc6231d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Wed, 16 Dec 2020 09:40:16 +0100 Subject: [PATCH] version bump --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb8d753..86ec0d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index 6c61594..9da1188 100644 --- a/README.md +++ b/README.md @@ -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)):