We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb29a4 commit 6edb52aCopy full SHA for 6edb52a
Makefile
@@ -1,6 +1,6 @@
1
EXECUTABLE_NAME = mint
2
REPO = https://github.com/yonaskolb/Mint
3
-VERSION = 0.17.1
+VERSION = 0.17.2
4
5
PREFIX = /usr/local
6
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Sources/MintCLI/MintCLI.swift
@@ -6,7 +6,7 @@ import SwiftCLI
7
public class MintCLI {
8
9
- public let version = "0.17.1"
+ public let version = "0.17.2"
10
11
let mint: Mint
12
let cli: CLI
0 commit comments