We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ffe0 commit dfd3e76Copy full SHA for dfd3e76
Sources/SymbolGraphs/SymbolGraphABI.swift
@@ -3,5 +3,5 @@ import SemanticVersions
3
@frozen public
4
enum SymbolGraphABI
5
{
6
- @inlinable public static var version:PatchVersion { .v(0, 10, 0) }
+ @inlinable public static var version:PatchVersion { .v(0, 10, 1) }
7
}
0 commit comments