From 126ceb95412b2a50badaebc6af005dbbda4278c8 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Wed, 23 Jan 2019 13:21:31 +0800 Subject: [PATCH] upgrade: move to 1.2.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 55346afa8..06004e1bc 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.1.0" +VERSION ?= "1.2.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 fe5c6190d..06e1a2139 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.1.0" + Version = "1.2.0" // BuildTime is the time when pouch binary is built BuildTime = "unknown"