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 c523380 commit ec75c93Copy full SHA for ec75c93
Makefile
@@ -43,7 +43,7 @@ endif
43
API_VERSION="1.24"
44
45
# VERSION is used for daemon Release Version in go build.
46
-VERSION ?= "1.0.0"
+VERSION ?= "1.0.1"
47
48
# GIT_COMMIT is used for daemon GitCommit in go build.
49
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.0.0"
+ Version = "1.0.1"
7
8
// BuildTime is the time when pouch binary is built
9
BuildTime = "unknown"
0 commit comments