Skip to content

Commit 8c04577

Browse files
author
Wei Fu
committed
upgrade: move to 1.1.0
Signed-off-by: Wei Fu <[email protected]>
1 parent 4ecaf86 commit 8c04577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif
5959
API_VERSION="1.24"
6060

6161
# VERSION is used for daemon Release Version in go build.
62-
VERSION ?= "1.0.1"
62+
VERSION ?= "1.1.0"
6363

6464
# GIT_COMMIT is used for daemon GitCommit in go build.
6565
GIT_COMMIT=$(shell git describe --dirty --always --tags 2> /dev/null || true)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
// Version package values is auto-generated, the following values will be overwrited at build time.
44
var (
55
// Version represents the version of pouchd.
6-
Version = "1.0.1"
6+
Version = "1.1.0"
77

88
// BuildTime is the time when pouch binary is built
99
BuildTime = "unknown"

0 commit comments

Comments
 (0)