commit | 423ab3997d3c3879d95fcd00e816f226b0f396d4 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Feb 15 22:12:19 2023 +0100 |
committer | Jens Geyer <jensg@apache.org> | Wed Feb 15 22:20:10 2023 +0100 |
tree | 64030a04071d110cfa194fcdc1891f258c26e377 | |
parent | c30ee69ef671a9fd4b86f19b38e0b10964c0d4bc [diff] [blame] |
bump version
diff --git a/lib/swift/Tests/ThriftTests/ThriftTests.swift b/lib/swift/Tests/ThriftTests/ThriftTests.swift index a37c604..8a3a8a0 100644 --- a/lib/swift/Tests/ThriftTests/ThriftTests.swift +++ b/lib/swift/Tests/ThriftTests/ThriftTests.swift
@@ -3,7 +3,7 @@ class ThriftTests: XCTestCase { func testVersion() { - XCTAssertEqual(Thrift().version, "0.18.0") + XCTAssertEqual(Thrift().version, "0.18.1") } static var allTests : [(String, (ThriftTests) -> () throws -> Void)] {