From 8c0457704caac1a8ce607144f0ba0d7f4be97122 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Mon, 24 Dec 2018 15:00:51 +0800 Subject: [PATCH] upgrade: move to 1.1.0 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 9f6da76e6..07f3d4815 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ endif API_VERSION="1.24" # VERSION is used for daemon Release Version in go build. -VERSION ?= "1.0.1" +VERSION ?= "1.1.0" # 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 19d55c6c8..fe5c6190d 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.1" + Version = "1.1.0" // BuildTime is the time when pouch binary is built BuildTime = "unknown"