From e3ce5a2892962a5b6a5c8cfa0580022dabb88621 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Thu, 23 Aug 2018 11:11:40 +0800 Subject: [PATCH] release: 1.0.0-rc2 Signed-off-by: Wei Fu --- Makefile | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b4f4841c..f325f556a 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ DEST_DIR=/usr/local API_VERSION="1.24" # VERSION is used for daemon Release Version in go build. -VERSION ?= "1.0.0-rc1" +VERSION ?= "1.0.0-rc2" # GIT_COMMIT is used for daemon GitCommit in go build. GIT_COMMIT=$(shell git describe --dirty --always --tags 2> /dev/null || true) diff --git a/version/version.go b/version/version.go index f75be6566..85b98c8bd 100644 --- a/version/version.go +++ b/version/version.go @@ -3,7 +3,7 @@ package version // Version package values is auto-generated, the following values will be overwrited at build time. var ( // Version represents the version of pouchd. - Version = "1.0.0-rc1" + Version = "1.0.0-rc2" // BuildTime is the time when pouch binary is built BuildTime = "unknown"