Skip to content

Commit

Permalink
version: bump to v1.3.1
Browse files Browse the repository at this point in the history
bump verison to v1.3.1

Signed-off-by: Rudy Zhang <[email protected]>
  • Loading branch information
rudyfly authored and cardyok committed Nov 9, 2022
1 parent 11b7f1e commit 9caf9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ API_VERSION="1.24"
LAST_COMMIT=$(shell git rev-parse --short HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo -dirty; fi)

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

# GIT_COMMIT is used for daemon GitCommit in go build.
GIT_COMMIT=$(shell git describe --dirty --always --tags 2> /dev/null || true)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0"
Version = "1.3.1"

// BuildTime is the time when pouch binary is built
BuildTime = "unknown"
Expand Down

0 comments on commit 9caf9ba

Please sign in to comment.