Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 57e4008

Browse files
authored
Update version constant for swift-doc command (#159)
* Update version constant for swift-doc command * Add changelog entry for #159
1 parent 581af2f commit 57e4008

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fixed version number for swift-doc command.
13+
#159 by @mattt.
14+
1015
## [1.0.0-beta.4] - 2020-07-31
1116

1217
### Added

Sources/swift-doc/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct SwiftDoc: ParsableCommand {
2222
static var configuration = CommandConfiguration(
2323
commandName: "swift doc",
2424
abstract: "A utility for generating documentation for Swift code.",
25-
version: "1.0.0-beta.3",
25+
version: "1.0.0-beta.4",
2626
subcommands: [Generate.self, Coverage.self, Diagram.self]
2727
)
2828
}

0 commit comments

Comments
 (0)