We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6551fb1 commit 1268669Copy full SHA for 1268669
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.1"
+ rootCmd.Version = "1.0.2"
17
18
var examples = []string{
19
"couchsync -a http://localhost:5984 -s /path/to/directory -u admin -p admin",
0 commit comments