We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6909a6f + f99af90 commit 0f162abCopy full SHA for 0f162ab
1 file changed
Sources/GoodStructs/Version.swift
@@ -277,7 +277,7 @@ public struct VersionParseStrategy: ParseStrategy {
277
278
@available(iOS 16.0, *)
279
@available(macOS 13.0, *)
280
-struct VersionFormatStyle: ParseableFormatStyle {
+public struct VersionFormatStyle: ParseableFormatStyle {
281
282
public typealias Strategy = VersionParseStrategy
283
public typealias FormatInput = Version
0 commit comments