diff --git a/.swift-version b/.swift-version index c7cb131..84197c8 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.3.1 +5.3.2 diff --git a/Makefile b/Makefile index 139ff89..e7142c3 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ # mas # + ################################################################################ # # Variables @@ -18,7 +19,7 @@ PREFIX ?= /usr/local # Swift 5.3 # SWIFT_VERSION = swift-5.3-DEVELOPMENT-SNAPSHOT-2020-04-21-a -SWIFT_VERSION = 5.3.1 +SWIFT_VERSION = 5.3.2 # set EXECUTABLE_DIRECTORY according to your specific environment # run swift build and see where the output executable is created