Skip to content

Commit f99af90

Browse files
committed
fix: Public headers
1 parent 6909a6f commit f99af90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GoodStructs/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public struct VersionParseStrategy: ParseStrategy {
277277

278278
@available(iOS 16.0, *)
279279
@available(macOS 13.0, *)
280-
struct VersionFormatStyle: ParseableFormatStyle {
280+
public struct VersionFormatStyle: ParseableFormatStyle {
281281

282282
public typealias Strategy = VersionParseStrategy
283283
public typealias FormatInput = Version

0 commit comments

Comments
 (0)