Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstack committed Jun 8, 2016
1 parent 7ad6de8 commit 66cb51b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bc-replicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ func (c *BCReplicatorPlugin) GetMetadata() plugin.PluginMetadata {
return plugin.PluginMetadata{
Name: "bluemix-cloudant-replicator",
Version: plugin.VersionType{
Major: 1,
Minor: 0,
Build: 0,
Major: 0,
Minor: 1,
Build: 3,
},
MinCliVersion: plugin.VersionType{
Major: 6,
Expand All @@ -352,8 +352,8 @@ func (c *BCReplicatorPlugin) GetMetadata() plugin.PluginMetadata {
UsageDetails: plugin.Usage{
Usage: "cf cloudant-replicate [-a APP] [-d DATABASE] [-p PASSWORD] [--all-dbs] [--create]\n",
Options: map[string]string{
"a": "App",
"d": "Database",
"a": "App name",
"d": "Database names to replicate (comma-separated)",
"-all-dbs": "Select all databases",
"-create": "Create non-existing databases",
"p": "Password"},
Expand Down

0 comments on commit 66cb51b

Please sign in to comment.