We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551c85c commit 25b7c18Copy full SHA for 25b7c18
cmd/couchsync/main.go
@@ -13,7 +13,7 @@ func main() {
13
14
rootCmd.Use = "couchsync"
15
rootCmd.Short = "CouchSync is a CLI utility to manage CouchDB documents based on a file system directory structure."
16
- rootCmd.Version = "1.0.2"
+ rootCmd.Version = "1.0.3"
17
18
var examples = []string{
19
"couchsync -a http://localhost:5984 -s /path/to/directory -u admin -p admin",
0 commit comments