Skip to content

Commit 783078a

Browse files
committed
increment ABI minors
1 parent 4834047 commit 783078a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SymbolGraphs/SymbolGraphABI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import SemanticVersions
33
@frozen public
44
enum SymbolGraphABI
55
{
6-
@inlinable public static var version:PatchVersion { .v(0, 10, 3) }
6+
@inlinable public static var version:PatchVersion { .v(0, 11, 0) }
77
}

Sources/UnidocLinker/Unidoc.Mesh.Interior.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extension Unidoc.Mesh.Interior
7575
let groups:Unidoc.Mesh.Groups
7676
let extensions:Unidoc.Linker.Table<Unidoc.Extension>
7777

78-
if metadata.abi < .v(0, 10, 0)
78+
if metadata.abi < .v(0, 11, 0)
7979
{
8080
var tables:Unidoc.Linker.Tables = .init(context: consume linker)
8181

0 commit comments

Comments
 (0)