Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelandeyasana committed Sep 12, 2022
1 parent 3a39b82 commit bb41e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5
VERSION = 0.9.7

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Sources/LocheckCommand/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Files
import Foundation
import LocheckLogic

let version = "0.9.5"
let version = "0.9.7"

struct Locheck: ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down

0 comments on commit bb41e3f

Please sign in to comment.