Skip to content

Commit cc0ef94

Browse files
committed
bump various version numbers
1 parent c855e51 commit cc0ef94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Guides/docs.docc/local/unidoc-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
UNIDOC_MIRROR=https://static.swiftinit.org/unidoc
2-
UNIDOC_VERSION=0.20.0
2+
UNIDOC_VERSION=0.20.1
33
UNIDOC_PLATFORM=macOS-ARM64
44

55
curl -L $UNIDOC_MIRROR/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc.tar.gz \

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, 12, 4) }
6+
@inlinable public static var version:PatchVersion { .v(0, 12, 5) }
77
}

0 commit comments

Comments
 (0)