From 50407bec63edd18fd657c60994a2afe168758d38 Mon Sep 17 00:00:00 2001 From: Uladzislau Birukou Date: Tue, 23 Sep 2025 14:29:58 +0200 Subject: [PATCH] 0.9.12 --- Makefile | 2 +- Sources/LocheckCommand/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 877d3a9..f29f4be 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ EXECUTABLE_NAME = locheck REPO = https://github.com/Asana/locheck -VERSION = 0.9.11 +VERSION = 0.9.12 UNAME_S := $(shell uname -s) diff --git a/Sources/LocheckCommand/main.swift b/Sources/LocheckCommand/main.swift index dcbed29..7fef20d 100644 --- a/Sources/LocheckCommand/main.swift +++ b/Sources/LocheckCommand/main.swift @@ -16,7 +16,7 @@ import LocheckLogic import func Darwin.exit #endif -let version = "0.9.11" +let version = "0.9.12" struct Locheck: ParsableCommand { static let configuration = CommandConfiguration(