Skip to content

Commit d9fa66d

Browse files
committed
feat: Update default Swift version to 4.1
1 parent 72eabee commit d9fa66d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ heroku create --buildpack https://github.com/kylef/heroku-buildpack-swift.git
1717

1818
$ git push heroku master
1919
remote: -----> Swift app detected
20-
remote: -----> Installing Swift 4.0
20+
remote: -----> Installing Swift 4.1
2121
remote: -----> Installing clang-3.7.0
2222
remote: -----> Building Package
2323
remote: -----> Copying binaries to 'bin'
@@ -49,7 +49,7 @@ in your repository:
4949

5050
```shell
5151
$ cat .swift-version
52-
4.0
52+
4.1
5353
```
5454

5555
The `.swift-version` file is completely compatible with

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BUILD_DIR=$1
1111
CACHE_DIR=$2
1212
ENV_DIR=$3
1313

14-
DEFAULT_SWIFT_VERSION="4.0"
14+
DEFAULT_SWIFT_VERSION="4.1"
1515
CLANG_VERSION=3.7.0
1616
SWIFT_BUILD_CONFIGURATION="release"
1717
SWIFT_BUILD_FLAGS=""

0 commit comments

Comments
 (0)