diff --git a/README.md b/README.md index 0250ce1..22047f4 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,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-reverse-service-lookup-plugin/releases/download/0.5.4/cf-reverse-service-lookup-plugin-darwin +cf install-plugin -f https://github.com/aegershman/cf-reverse-service-lookup-plugin/releases/download/0.5.5/cf-reverse-service-lookup-plugin-darwin # linux 64bit (32bit and ARM6 also available) -cf install-plugin -f https://github.com/aegershman/cf-reverse-service-lookup-plugin/releases/download/0.5.4/cf-reverse-service-lookup-plugin-amd64 +cf install-plugin -f https://github.com/aegershman/cf-reverse-service-lookup-plugin/releases/download/0.5.5/cf-reverse-service-lookup-plugin-amd64 # windows 64bit (32bit also available) -cf install-plugin -f https://github.com/aegershman/cf-reverse-service-lookup-plugin/releases/download/0.5.4/cf-reverse-service-lookup-plugin-windows-amd64.exe +cf install-plugin -f https://github.com/aegershman/cf-reverse-service-lookup-plugin/releases/download/0.5.5/cf-reverse-service-lookup-plugin-windows-amd64.exe ``` ## updating and releasing @@ -83,7 +83,7 @@ cf install-plugin -f https://github.com/aegershman/cf-reverse-service-lookup-plu - `go mod tidy` - update the plugin version in `main.go` - update the `README` install-plugin section to reference the new upcoming release version -- `git tag 0.5.4` -- or whatever version, of course +- `git tag 0.5.5` -- or whatever version, of course - `git push origin --tags` - `export GITHUB_TOKEN="xyzabc"` - `goreleaser release` diff --git a/cmd/rsl/main.go b/cmd/rsl/main.go index 6299cbc..7d88522 100644 --- a/cmd/rsl/main.go +++ b/cmd/rsl/main.go @@ -96,7 +96,7 @@ func (cmd *reverseServiceLookupCmd) GetMetadata() plugin.PluginMetadata { Version: plugin.VersionType{ Major: 0, Minor: 5, - Build: 4, + Build: 5, }, Commands: []plugin.Command{ {