Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Sources/LocheckCommand/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Loading