Skip to content

Commit

Permalink
Merge 66c0809 into 02da4b1
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman authored Sep 24, 2021
2 parents 02da4b1 + 66c0809 commit 70c7eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Scipio/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ extension Command {
.init(
commandName: "Scipio",
abstract: "A program to pre-build and cache Swift packages",
version: "0.2.2",
version: "0.2.3",
subcommands: [
Command.Run.self,
Command.Build.self,
Command.Upload.self,
],
Expand Down

0 comments on commit 70c7eaf

Please sign in to comment.