We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e9fd3 commit 126ceb9Copy full SHA for 126ceb9
Makefile
@@ -59,7 +59,7 @@ endif
59
API_VERSION="1.24"
60
61
# VERSION is used for daemon Release Version in go build.
62
-VERSION ?= "1.1.0"
+VERSION ?= "1.2.0"
63
64
# GIT_COMMIT is used for daemon GitCommit in go build.
65
GIT_COMMIT=$(shell git describe --dirty --always --tags 2> /dev/null || true)
version/version.go
@@ -3,7 +3,7 @@ package version
3
// Version package values is auto-generated, the following values will be overwrited at build time.
4
var (
5
// Version represents the version of pouchd.
6
- Version = "1.1.0"
+ Version = "1.2.0"
7
8
// BuildTime is the time when pouch binary is built
9
BuildTime = "unknown"
0 commit comments