summaryrefslogtreecommitdiff
path: root/lib/swift
diff options
context:
space:
mode:
Diffstat (limited to 'lib/swift')
-rw-r--r--lib/swift/Sources/Thrift.swift2
-rw-r--r--lib/swift/Tests/ThriftTests/ThriftTests.swift2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/swift/Sources/Thrift.swift b/lib/swift/Sources/Thrift.swift
index 73303ae04..603331245 100644
--- a/lib/swift/Sources/Thrift.swift
+++ b/lib/swift/Sources/Thrift.swift
@@ -1,3 +1,3 @@
class Thrift {
- let version = "0.18.0"
+ let version = "0.18.1"
}
diff --git a/lib/swift/Tests/ThriftTests/ThriftTests.swift b/lib/swift/Tests/ThriftTests/ThriftTests.swift
index a37c6048b..8a3a8a01c 100644
--- a/lib/swift/Tests/ThriftTests/ThriftTests.swift
+++ b/lib/swift/Tests/ThriftTests/ThriftTests.swift
@@ -3,7 +3,7 @@ import XCTest
class ThriftTests: XCTestCase {
func testVersion() {
- XCTAssertEqual(Thrift().version, "0.18.0")
+ XCTAssertEqual(Thrift().version, "0.18.1")
}
static var allTests : [(String, (ThriftTests) -> () throws -> Void)] {