diff options
author | Jens Geyer <jensg@apache.org> | 2022-01-20 21:02:02 +0100 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2022-01-20 21:02:02 +0100 |
commit | 6868ebbb31cf32dbde018b03831d167565ba51d8 (patch) | |
tree | bb4538c411b8f91e73529979584d0b819b23c16d /lib/swift/Tests/ThriftTests/ThriftTests.swift | |
parent | 7a6829531f00f7e95f904d5794d632acee62ddf0 (diff) | |
download | thrift-6868ebbb31cf32dbde018b03831d167565ba51d8.tar.gz |
Release 0.16.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 91a43eea7..d19c89d37 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.16.0") + XCTAssertEqual(Thrift().version, "0.17.0") } static var allTests : [(String, (ThriftTests) -> () throws -> Void)] { |