commit | c79d1cc179e5cc0792d012961e32d5acebc6eb5b | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed May 14 22:08:35 2025 +0200 |
committer | Jens Geyer <jensg@apache.org> | Wed May 14 22:08:35 2025 +0200 |
tree | a683fe7bcb26147871cb85bed16ef74c29865a45 | |
parent | e402bb05e45145db0e78f459e07bde446662b04c [diff] |
Branch 0.22.0 created
diff --git a/lib/swift/Sources/Thrift.swift b/lib/swift/Sources/Thrift.swift index ad15d8a..92d4e85 100644 --- a/lib/swift/Sources/Thrift.swift +++ b/lib/swift/Sources/Thrift.swift
@@ -1,3 +1,3 @@ class Thrift { - let version = "0.22.0" + let version = "0.23.0" }
diff --git a/lib/swift/Tests/ThriftTests/ThriftTests.swift b/lib/swift/Tests/ThriftTests/ThriftTests.swift index 2632cc3..95527f3 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.22.0") + XCTAssertEqual(Thrift().version, "0.23.0") } static var allTests : [(String, (ThriftTests) -> () throws -> Void)] {