Skip to content

Commit 7bc67a0

Browse files
committed
Update to 0.18.0
1 parent 46414fe commit 7bc67a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5
3+
VERSION = 0.18.0
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.5"
9+
public let version = "0.18.0"
1010

1111
let mint: Mint
1212
let cli: CLI

0 commit comments

Comments
 (0)