Skip to content

Commit

Permalink
Update to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Sep 29, 2022
1 parent 5cb29a4 commit 6edb52a
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 = mint
REPO = https://github.com/yonaskolb/Mint
VERSION = 0.17.1
VERSION = 0.17.2

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

public class MintCLI {

public let version = "0.17.1"
public let version = "0.17.2"

let mint: Mint
let cli: CLI
Expand Down

0 comments on commit 6edb52a

Please sign in to comment.