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 581af2f commit 57e4008Copy full SHA for 57e4008
Changelog.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Fixed version number for swift-doc command.
13
+ #159 by @mattt.
14
15
## [1.0.0-beta.4] - 2020-07-31
16
17
### Added
Sources/swift-doc/main.swift
@@ -22,7 +22,7 @@ struct SwiftDoc: ParsableCommand {
22
static var configuration = CommandConfiguration(
23
commandName: "swift doc",
24
abstract: "A utility for generating documentation for Swift code.",
25
- version: "1.0.0-beta.3",
+ version: "1.0.0-beta.4",
26
subcommands: [Generate.self, Coverage.self, Diagram.self]
27
)
28
}
0 commit comments