Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlunde committed Feb 13, 2021
1 parent c8d2b65 commit 3030e2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,27 @@ shasum -a 1 ServiceManagement.win64
homepage: https://github.com/andrewlunde
name: Andrew Lunde
binaries:
- checksum: 207b1b0f1275894f65ef78040086c23558973989
- checksum: 436433204d70570802033364bfdb926567ef72b9
platform: linux64
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.2/ServiceManagement.linux64
- checksum: 394c83276042d586683fdbea767610bc5742d77b
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.4/ServiceManagement.linux64
- checksum: 6ba3cb8477334254971cdcc857aae617f0eb73f3
platform: linux32
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.2/ServiceManagement.linux32
- checksum: b8901228079598b29592948502089b95767744e5
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.4/ServiceManagement.linux32
- checksum: 2621df2a2a656742774dcaf462df76342e68c914
platform: osx
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.2/ServiceManagement.osx
- checksum: 506ef402b807e077c87fdae7204be912692e3ac9
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.4/ServiceManagement.osx
- checksum: 4e74c2a58193fb301e3179cc8a27ac6fe6f2321f
platform: win32
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.2/ServiceManagement.win32
- checksum: 7e5b7e00d1b4f6064803417f21554423d9c06edb
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.4/ServiceManagement.win32
- checksum: 2b71e062e6460a9f6052d36616f4fa9d6f48f695
platform: win64
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.2/ServiceManagement.win64
url: https://github.com/SAP/cf-cli-smsi-plugin/releases/download/v1.2.4/ServiceManagement.win64
company: SAP
created: 2020-10-07T00:00:00Z
description: Plugin that makes it easier to use the Service Management service in
Cloud Foundry.
homepage: https://github.com/SAP/cf-cli-smsi-plugin
name: service-management
updated: 2021-02-12T00:00:00Z
version: 1.2.2
updated: 2021-02-13T00:00:00Z
version: 1.2.4
```
2 changes: 1 addition & 1 deletion ServiceManagement_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ func (c *ServiceManagementPlugin) GetMetadata() plugin.PluginMetadata {
Version: plugin.VersionType{
Major: 1,
Minor: 2,
Build: 2,
Build: 4,
},
MinCliVersion: plugin.VersionType{
Major: 6,
Expand Down

0 comments on commit 3030e2d

Please sign in to comment.