Skip to content

Commit d096588

Browse files
authored
Merge pull request #582 from zzchun/rc0
fix: change Pouch version to "0.1.0-rc0"
2 parents a9f5710 + b48cfc4 commit d096588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
import "time"
44

55
// Version represents the version of pouchd.
6-
const Version = "0.1.0-dev"
6+
const Version = "0.1.0-rc0"
77

88
// BuildTime is the time when this binary of daemon is built
99
// FIXME: this is dynamical. We need a fixed build time.

0 commit comments

Comments
 (0)