Skip to content

Commit ec75c93

Browse files
committed
release: PouchContainer 1.0.1 version
Signed-off-by: Wei Fu <[email protected]>
1 parent c523380 commit ec75c93

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
@@ -43,7 +43,7 @@ endif
4343
API_VERSION="1.24"
4444

4545
# VERSION is used for daemon Release Version in go build.
46-
VERSION ?= "1.0.0"
46+
VERSION ?= "1.0.1"
4747

4848
# GIT_COMMIT is used for daemon GitCommit in go build.
4949
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.0"
6+
Version = "1.0.1"
77

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

0 commit comments

Comments
 (0)