From b5ed97693ccbbdc505a8cb8a341be7c36261f94c Mon Sep 17 00:00:00 2001 From: Matthew Sykes Date: Tue, 22 Sep 2015 23:41:59 -0400 Subject: [PATCH] Update plugin version --- cf-plugin/ssh_plugin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cf-plugin/ssh_plugin.go b/cf-plugin/ssh_plugin.go index ca5ed8d..deda225 100644 --- a/cf-plugin/ssh_plugin.go +++ b/cf-plugin/ssh_plugin.go @@ -27,8 +27,8 @@ func (p *SSHPlugin) GetMetadata() plugin.PluginMetadata { Name: "Diego-SSH", Version: plugin.VersionType{ Major: 0, - Minor: 1, - Build: 2, + Minor: 2, + Build: 0, }, Commands: []plugin.Command{ {