Skip to content

Commit aebd45a

Browse files
Increase version to 0.9.2
1 parent 46043ad commit aebd45a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ ifeq ($(GIT_STATUS),"")
4646
git tag $(VERSION)
4747
else
4848
echo "Working directory is not clean"
49-
endif
49+
endif

Sources/LocheckCommand/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Files
1111
import Foundation
1212
import LocheckLogic
1313

14-
let version = "0.9.1"
14+
let version = "0.9.2"
1515

1616
struct Locheck: ParsableCommand {
1717
static let configuration = CommandConfiguration(

0 commit comments

Comments
 (0)