File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $ heroku create --buildpack https://github.com/kylef/heroku-buildpack-swift.git
1717
1818$ git push heroku master
1919remote: -----> Swift app detected
20- remote: -----> Installing Swift 4.0
20+ remote: -----> Installing Swift 4.1
2121remote: -----> Installing clang-3.7.0
2222remote: -----> Building Package
2323remote: -----> 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
5555The ` .swift-version ` file is completely compatible with
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BUILD_DIR=$1
1111CACHE_DIR=$2
1212ENV_DIR=$3
1313
14- DEFAULT_SWIFT_VERSION=" 4.0 "
14+ DEFAULT_SWIFT_VERSION=" 4.1 "
1515CLANG_VERSION=3.7.0
1616SWIFT_BUILD_CONFIGURATION=" release"
1717SWIFT_BUILD_FLAGS=" "
You can’t perform that action at this time.
0 commit comments