From 0ced8f931dba530729f082e755eb842932db4848 Mon Sep 17 00:00:00 2001 From: toshi0383 Date: Sat, 28 Oct 2017 23:30:59 +0900 Subject: [PATCH] Bump Version --- CHANGELOG.md | 3 ++- Sources/cmdshelf/main.swift | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6319924..5d9ebe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## master +## 0.7.2 ##### Enhancements * Add description for each commands [Toshihiro Suzuki](https://github.com/toshi0383) [#39](https://github.com/toshi0383/cmdshelf/pull/39) +## 0.7.1 ##### Bugfix * [fixed] run concats all parameters [Toshihiro Suzuki](https://github.com/toshi0383) diff --git a/Sources/cmdshelf/main.swift b/Sources/cmdshelf/main.swift index d9c7fda..52506ac 100644 --- a/Sources/cmdshelf/main.swift +++ b/Sources/cmdshelf/main.swift @@ -3,7 +3,7 @@ import PathKit import Foundation import Reporter -let version = "0.7.1" +let version = "0.7.2" let group = Group { group in group.addCommand("list", "Show all registered commands (use --path to print absolute paths)", command(