Skip to content

Commit bb41e3f

Browse files
0.9.7
1 parent 3a39b82 commit bb41e3f

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.5
3+
VERSION = 0.9.7
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.5"
14+
let version = "0.9.7"
1515

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

0 commit comments

Comments
 (0)