Skip to content

Commit 9974a72

Browse files
committed
Updates networking library version
Increments the networking library version to 0.9.12.
1 parent 62c7c94 commit 9974a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Service/NetworkService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
public enum Package {
44
public static let name = "Networking"
5-
public static let version = "0.9.11"
5+
public static let version = "0.9.12"
66

77
public static var description: String {
88
"\(name)/\(version)"

0 commit comments

Comments
 (0)