From 9347f217e71ce6891ba77569d42a3baa81e77353 Mon Sep 17 00:00:00 2001 From: Chris Nelson Date: Tue, 20 Jun 2017 09:14:04 -0700 Subject: [PATCH] bump version to 1.1.0; remove windows warning --- README.md | 2 -- main.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 350520a..2ac10b9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/main.go b/main.go index 2e09d51..b782e0e 100644 --- a/main.go +++ b/main.go @@ -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{