diff --git a/README.md b/README.md index 4d8c848..b9a365b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To leverage the Swift-cfenv package in your Swift application, you should specif ... dependencies: [ - .Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 1, minor: 5), + .Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 1, minor: 6), ...