From 327454d366d6938ee8664faadf37f5c86211dd4b Mon Sep 17 00:00:00 2001 From: Steve Landey Date: Fri, 26 May 2023 10:46:16 -0700 Subject: [PATCH] 0.9.11 --- Makefile | 2 +- Sources/LocheckCommand/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9985467..0536e0b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ EXECUTABLE_NAME = locheck REPO = https://github.com/Asana/locheck -VERSION = 0.9.10 +VERSION = 0.9.11 PREFIX = /usr/local INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME) diff --git a/Sources/LocheckCommand/main.swift b/Sources/LocheckCommand/main.swift index 32ec054..478cf8c 100644 --- a/Sources/LocheckCommand/main.swift +++ b/Sources/LocheckCommand/main.swift @@ -11,7 +11,7 @@ import Files import Foundation import LocheckLogic -let version = "0.9.10" +let version = "0.9.11" struct Locheck: ParsableCommand { static let configuration = CommandConfiguration(