Skip to content

Commit 1268669

Browse files
committed
chore(release): 1.0.2
1 parent 6551fb1 commit 1268669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/couchsync/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313

1414
rootCmd.Use = "couchsync"
1515
rootCmd.Short = "CouchSync is a CLI utility to manage CouchDB documents based on a file system directory structure."
16-
rootCmd.Version = "1.0.1"
16+
rootCmd.Version = "1.0.2"
1717

1818
var examples = []string{
1919
"couchsync -a http://localhost:5984 -s /path/to/directory -u admin -p admin",

0 commit comments

Comments
 (0)