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 fee0fe0 commit 2a736e7Copy full SHA for 2a736e7
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.14",
+ version: "1.0.15",
9
subcommands: [
10
New.self,
11
Submit.self,
0 commit comments