Skip to content

Commit

Permalink
bump to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlunde committed Sep 24, 2020
1 parent ee9395b commit cbe8b0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ GOOS=darwin GOARCH=amd64 go build -o ServiceManagement.osx ServiceManagement_plu
In BAS
```
cd ~
curl -LJO http://thedrop.sap-partner-eng.com/files/ServiceManagement_1_0_8.linux64
chmod 755 ServiceManagement_1_0_8.linux64
cf uninstall-plugin ServiceManagement ; cf install-plugin ServiceManagement_1_0_8.linux64 -f
curl -LJO http://thedrop.sap-partner-eng.com/files/ServiceManagement_1_0_10.linux64
chmod 755 ServiceManagement_1_0_10.linux64
cf uninstall-plugin ServiceManagement ; cf install-plugin ServiceManagement_1_0_10.linux64 -f
cf plugins | grep ServiceManage
curl -LJO "Redirects"
Expand Down
2 changes: 1 addition & 1 deletion ServiceManagement_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ func (c *ServiceManagementPlugin) GetMetadata() plugin.PluginMetadata {
Version: plugin.VersionType{
Major: 1,
Minor: 0,
Build: 9,
Build: 10,
},
MinCliVersion: plugin.VersionType{
Major: 6,
Expand Down

0 comments on commit cbe8b0f

Please sign in to comment.