Skip to content

Commit

Permalink
release-0.5.5 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
aegershman authored Oct 25, 2020
1 parent a524d18 commit 0f39538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion cmd/rsl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (cmd *reverseServiceLookupCmd) GetMetadata() plugin.PluginMetadata {
Version: plugin.VersionType{
Major: 0,
Minor: 5,
Build: 4,
Build: 5,
},
Commands: []plugin.Command{
{
Expand Down

0 comments on commit 0f39538

Please sign in to comment.