From 37051654f36869e79deeb7b9f5c284f97844c2ee Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Thu, 28 Mar 2019 17:47:31 +0800 Subject: [PATCH] version: bump to v1.3.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 98af7cf89..a1caf8c20 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ endif API_VERSION="1.24" # VERSION is used for daemon Release Version in go build. -VERSION ?= "1.2.0" +VERSION ?= "1.3.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 06e1a2139..f60c921ab 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.2.0" + Version = "1.3.0" // BuildTime is the time when pouch binary is built BuildTime = "unknown"