diff options
author | Jens Geyer <jensg@apache.org> | 2021-02-11 23:17:45 +0100 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2021-02-11 23:17:45 +0100 |
commit | 3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f (patch) | |
tree | 2373cb9dd0136f0054257eaa10041a20de2a2052 /lib/swift/Tests/ThriftTests/ThriftTests.swift | |
parent | b5fe1dbc0cac81ab99ec5d71de70f4389b234888 (diff) | |
download | thrift-3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f.tar.gz |
Version number aligned to 0.15.0
Diffstat (limited to 'lib/swift/Tests/ThriftTests/ThriftTests.swift')
-rw-r--r-- | lib/swift/Tests/ThriftTests/ThriftTests.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swift/Tests/ThriftTests/ThriftTests.swift b/lib/swift/Tests/ThriftTests/ThriftTests.swift index 226862e2b..1a0bb1d95 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.14.0") + XCTAssertEqual(Thrift().version, "0.15.0") } static var allTests : [(String, (ThriftTests) -> () throws -> Void)] { |