From e1e8e963b2f1b23b0dbba7c0d08fce1b2ef1f572 Mon Sep 17 00:00:00 2001 From: Leonard Thomas Date: Sun, 19 May 2019 13:28:24 +0200 Subject: [PATCH] bumped version number --- Sources/FlameGraph/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FlameGraph/main.swift b/Sources/FlameGraph/main.swift index 774c027..6664deb 100644 --- a/Sources/FlameGraph/main.swift +++ b/Sources/FlameGraph/main.swift @@ -14,7 +14,7 @@ class FlameGraphCommand: Command { let html = Option(shorthand: "h", defaultValue: false, documentation: "Save FlameGraph as HTML") let help = Help() - let version = Version("0.1.4") + let version = Version("0.1.4.1") func run(outputStream: inout TextOutputStream, errorStream _: inout TextOutputStream) throws { let content: String