We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a39b82 commit bb41e3fCopy full SHA for bb41e3f
Makefile
@@ -1,6 +1,6 @@
1
EXECUTABLE_NAME = locheck
2
REPO = https://github.com/Asana/locheck
3
-VERSION = 0.9.5
+VERSION = 0.9.7
4
5
PREFIX = /usr/local
6
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Sources/LocheckCommand/main.swift
@@ -11,7 +11,7 @@ import Files
11
import Foundation
12
import LocheckLogic
13
14
-let version = "0.9.5"
+let version = "0.9.7"
15
16
struct Locheck: ParsableCommand {
17
static let configuration = CommandConfiguration(
0 commit comments