From 4445834fd37184e7f2927467d77475d8d0dc3593 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 14 Nov 2020 09:28:53 +0100 Subject: [PATCH] set version to 1.2.1 --- .github/workflows/release.yml | 2 +- docker/README.md | 6 ++++-- version/version.go | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7d78028a..e3e298977 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: tags: 'v*' env: - GO_VERSION: 1.15.4 + GO_VERSION: 1.15.5 jobs: create-release: diff --git a/docker/README.md b/docker/README.md index 026bf5d52..e70503f69 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,8 +4,10 @@ SFTPGo provides an official Docker image, it is available on both [Docker Hub](h ## Supported tags and respective Dockerfile links -- [v1.2.0, v1.2, v1, latest](https://github.com/drakkan/sftpgo/blob/v1.2.0/Dockerfile) -- [v1.2.0-alpine, v1.2-alpine, v1-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v1.2.0/Dockerfile.alpine) +- [v1.2.1, v1.2, v1, latest](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile.full) +- [v1.2.1-alpine, v1.2-alpine, v1-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile.full.alpine) +- [v1.2.1-slim, v1.2-slim, v1-slim, slim](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile) +- [v1.2.1-alpine-slim, v1.2-alpine-slim, v1-alpine-slim, alpine-slim](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile.alpine) - [edge](../Dockerfile.full) - [edge-alpine](../Dockerfile.full.alpine) - [edge-slim](../Dockerfile) diff --git a/version/version.go b/version/version.go index 9c2e67bbc..dfc01be5c 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version import "strings" -const version = "1.2.0-dev" +const version = "1.2.1" var ( commit = ""