From b0c9dba0ba099607d55660a1ebf08e0b9f7cd5da Mon Sep 17 00:00:00 2001 From: Aaron Gershman <5619476+aegershman@users.noreply.github.com> Date: Sun, 25 Oct 2020 16:21:34 -0500 Subject: [PATCH] release-3.3.2 (#126) --- README.md | 6 +++--- cmd/reportusage/main.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d2cda8..e282276 100644 --- a/README.md +++ b/README.md @@ -241,13 +241,13 @@ If you want to try it out, install it directly from [the github releases tab as ```sh # osx 64bit -cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/3.3.1/cf-report-usage-plugin-darwin +cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/3.3.2/cf-report-usage-plugin-darwin # linux 64bit (32bit and ARM6 also available) -cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/3.3.1/cf-report-usage-plugin-linux-amd64 +cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/3.3.2/cf-report-usage-plugin-linux-amd64 # windows 64bit (32bit also available) -cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/3.3.1/cf-report-usage-plugin-windows-amd64.exe +cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/3.3.2/cf-report-usage-plugin-windows-amd64.exe ``` ## backwards compatibility diff --git a/cmd/reportusage/main.go b/cmd/reportusage/main.go index 570e9e2..3279b19 100644 --- a/cmd/reportusage/main.go +++ b/cmd/reportusage/main.go @@ -93,7 +93,7 @@ func (cmd *reportUsageCmd) GetMetadata() plugin.PluginMetadata { Version: plugin.VersionType{ Major: 3, Minor: 3, - Build: 1, + Build: 2, }, Commands: []plugin.Command{ {