Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
KS1019 committed Nov 23, 2022
1 parent 37bbe05 commit 504eea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Hondana/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let version = "0.0.7"
let version = "0.0.8"
2 changes: 1 addition & 1 deletion Tests/HondanaTests/HondanaTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class HondanaTests: XCTestCase {
}

func testVersionFlag() throws {
try AssertExecuteCommand(command: "hondana --version", expected: "0.0.7")
try AssertExecuteCommand(command: "hondana --version", expected: "0.0.8")
}

func testList() throws {
Expand Down

0 comments on commit 504eea9

Please sign in to comment.