Skip to content

Commit a0c15bb

Browse files
committed
bump symbol graph ABI version to reflect snippet support
1 parent db6f05f commit a0c15bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SymbolGraphs/SymbolGraphABI.swift

+1-1
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, 8, 16) }
6+
@inlinable public static var version:PatchVersion { .v(0, 8, 17) }
77
}

0 commit comments

Comments
 (0)