Skip to content

Commit ae2a815

Browse files
committed
updates to readme
1 parent 699c7cd commit ae2a815

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The buildpack will detect your app as Swift if it has a `Package.swift` file in
181181
182182
### Version installed on the IBM Cloud
183183
184-
The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.8](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.8).
184+
The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.9](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.9).
185185
186186
Please note that it is possible that the latest buildpack code contained in this repo hasn't yet been installed on the IBM Cloud. If that happens to be the case and you'd like to leverage the latest buildpack code, you can do so by adding the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `bx app push` command, as shown below:
187187
@@ -392,15 +392,15 @@ Admin tasks
392392
To install this buildpack:
393393
394394
```shell
395-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.8/buildpack_swift_v2.0.8-20170925-2341.zip
396-
bx cf create-buildpack swift_buildpack buildpack_swift_v2.0.8-20170925-2341.zip <position>
395+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.9/buildpack_swift_v2.0.9-20170925-2341.zip
396+
bx cf create-buildpack swift_buildpack buildpack_swift_v2.0.9-20170925-2341.zip <position>
397397
```
398398
399399
And to update it:
400400
401401
```shell
402-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.8/buildpack_swift_v2.0.8-20170925-2341.zip
403-
bx cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.8-20170925-2341.zip
402+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.9/buildpack_swift_v2.0.9-20170925-2341.zip
403+
bx cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.9-20170925-2341.zip
404404
```
405405
406406
For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html).

0 commit comments

Comments
 (0)