Skip to content

Commit

Permalink
increase version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishannah committed Oct 31, 2023
1 parent 2ad7c92 commit df8cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TextCase/TextCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct TextCase: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "textcase",
abstract: "A text transformation tool.",
version: "1.3",
version: "1.4",
subcommands: [Format.self, ListFormats.self],
defaultSubcommand: Format.self
)
Expand Down

0 comments on commit df8cdf3

Please sign in to comment.