Skip to content

Commit 6edb52a

Browse files
committed
Update to 0.17.2
1 parent 5cb29a4 commit 6edb52a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EXECUTABLE_NAME = mint
22
REPO = https://github.com/yonaskolb/Mint
3-
VERSION = 0.17.1
3+
VERSION = 0.17.2
44

55
PREFIX = /usr/local
66
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)

Sources/MintCLI/MintCLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import SwiftCLI
66

77
public class MintCLI {
88

9-
public let version = "0.17.1"
9+
public let version = "0.17.2"
1010

1111
let mint: Mint
1212
let cli: CLI

0 commit comments

Comments
 (0)