We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07ebb6 commit d9cf778Copy full SHA for d9cf778
Sources/App/versions.swift
@@ -1,7 +1,7 @@
1
import Foundation
2
3
func latestVersion() throws -> String { try availableVersions()[0] }
4
-func stableVersion() -> String { "6.0" }
+func stableVersion() -> String { "6.0.2" }
5
6
func availableVersions() throws -> [String] {
7
[
0 commit comments