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

Update version constant for swift-doc command #159

Merged
merged 2 commits into from
Aug 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed version number for swift-doc command.
#159 by @mattt.

## [1.0.0-beta.4] - 2020-07-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion Sources/swift-doc/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct SwiftDoc: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "swift doc",
abstract: "A utility for generating documentation for Swift code.",
version: "1.0.0-beta.3",
version: "1.0.0-beta.4",
subcommands: [Generate.self, Coverage.self, Diagram.self]
)
}
Expand Down