Skip to content

Commit

Permalink
version: bump to v1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid authored and zhuangqh committed Mar 28, 2019
1 parent cc4be95 commit 3705165
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 @@ -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)
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.2.0"
Version = "1.3.0"

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

0 comments on commit 3705165

Please sign in to comment.