Skip to content

Commit 9caf9ba

Browse files
rudyflycardyok
authored andcommitted
version: bump to v1.3.1
bump verison to v1.3.1 Signed-off-by: Rudy Zhang <[email protected]>
1 parent 11b7f1e commit 9caf9ba

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
@@ -65,7 +65,7 @@ API_VERSION="1.24"
6565
LAST_COMMIT=$(shell git rev-parse --short HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo -dirty; fi)
6666

6767
# VERSION is used for daemon Release Version in go build.
68-
VERSION ?= "1.3.0-$(LAST_COMMIT)"
68+
VERSION ?= "1.3.1-$(LAST_COMMIT)"
6969

7070
# GIT_COMMIT is used for daemon GitCommit in go build.
7171
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.3.0"
6+
Version = "1.3.1"
77

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

0 commit comments

Comments
 (0)