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 d6bd88b commit 4cacab4Copy full SHA for 4cacab4
Sources/AtCoderCLI/main.swift
@@ -5,7 +5,7 @@ import SwiftShell
5
struct Command: ParsableCommand {
6
static var configuration = CommandConfiguration(
7
abstract: "AtCoder CLI for Swift.",
8
- version: "1.0.4",
+ version: "1.0.5",
9
subcommands: [
10
New.self,
11
Submit.self,
0 commit comments