Skip to content

Commit 327454d

Browse files
0.9.11
1 parent 7562507 commit 327454d

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
@@ -1,6 +1,6 @@
11
EXECUTABLE_NAME = locheck
22
REPO = https://github.com/Asana/locheck
3-
VERSION = 0.9.10
3+
VERSION = 0.9.11
44

55
PREFIX = /usr/local
66
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)

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.10"
14+
let version = "0.9.11"
1515

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

0 commit comments

Comments
 (0)