Skip to content

Commit d9cf778

Browse files
6.0.2
1 parent c07ebb6 commit d9cf778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/versions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
func latestVersion() throws -> String { try availableVersions()[0] }
4-
func stableVersion() -> String { "6.0" }
4+
func stableVersion() -> String { "6.0.2" }
55

66
func availableVersions() throws -> [String] {
77
[

0 commit comments

Comments
 (0)