We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7562507 commit 327454dCopy full SHA for 327454d
Makefile
@@ -1,6 +1,6 @@
1
EXECUTABLE_NAME = locheck
2
REPO = https://github.com/Asana/locheck
3
-VERSION = 0.9.10
+VERSION = 0.9.11
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.10"
+let version = "0.9.11"
15
16
struct Locheck: ParsableCommand {
17
static let configuration = CommandConfiguration(
0 commit comments