Skip to content

Commit 54f1894

Browse files
authored
Update package version in DocC (#121)
Version 2.0.0 has been released a while ago.
1 parent e8010f3 commit 54f1894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Prometheus/Docs.docc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For general advice on how to use `Prometheus` make sure to also read the [Promet
1717
following dependency to your `Package.swift`:
1818

1919
```swift
20-
.package(url: "https://github.com/swift-server/swift-prometheus.git", from: "2.0.0-alpha")
20+
.package(url: "https://github.com/swift-server/swift-prometheus.git", from: "2.0.0")
2121
```
2222

2323
Next, add the dependency to your target:

0 commit comments

Comments
 (0)