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.
2 parents a9f5710 + b48cfc4 commit d096588Copy full SHA for d096588
version/version.go
@@ -3,7 +3,7 @@ package version
3
import "time"
4
5
// Version represents the version of pouchd.
6
-const Version = "0.1.0-dev"
+const Version = "0.1.0-rc0"
7
8
// BuildTime is the time when this binary of daemon is built
9
// FIXME: this is dynamical. We need a fixed build time.
0 commit comments