Skip to content

Commit f8c386f

Browse files
authored
Bump Publish from 0.7.0 to 0.8.0 (#128)
Make the Publish CLI use version 0.8.0 of Publish.
1 parent 68c3ed9 commit f8c386f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PublishCLI/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let cli = CLI(
1515
publishRepositoryURL: URL(
1616
string: "https://github.com/johnsundell/publish.git"
1717
)!,
18-
publishVersion: "0.7.0"
18+
publishVersion: "0.8.0"
1919
)
2020

2121
do {

0 commit comments

Comments
 (0)