Skip to content

Commit

Permalink
bump version to 1.1.0; remove windows warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Jun 20, 2017
1 parent 049db55 commit 9347f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Currently supports (most) service brokers for the following:
* PostgreSQL (requires `psql` CLI)
* Redis (requires `redis-cli`)

Doesn't run on Windows [yet](https://github.com/18F/cf-service-connect/issues/13).

## Local installation

1. Install the Cloud Foundry CLI v6.15.0 or later.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (c *ServiceConnectPlugin) GetMetadata() plugin.PluginMetadata {
Name: "ServiceConnect",
Version: plugin.VersionType{
Major: 1,
Minor: 0,
Minor: 1,
Build: 0,
},
MinCliVersion: plugin.VersionType{
Expand Down

0 comments on commit 9347f21

Please sign in to comment.