From ef4373a52ccb0415a462fe189cf74762744ab3ff Mon Sep 17 00:00:00 2001 From: Matt Kline Date: Mon, 24 Apr 2017 10:13:01 -0700 Subject: [PATCH] v0.5.2 --- promptoglyph-path.d | 2 +- promptoglyph-vcs.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/promptoglyph-path.d b/promptoglyph-path.d index 68fd5ce..933de61 100644 --- a/promptoglyph-path.d +++ b/promptoglyph-path.d @@ -50,7 +50,7 @@ void main(string[] args) } string versionString = q"EOS -promptoglyph-path by Matt Kline, version 0.5.1 +promptoglyph-path by Matt Kline, version 0.5.2 Part of the promptoglyph tool set EOS"; diff --git a/promptoglyph-vcs.d b/promptoglyph-vcs.d index 28dcd9e..ca86e20 100644 --- a/promptoglyph-vcs.d +++ b/promptoglyph-vcs.d @@ -129,7 +129,7 @@ string stringRepOfStatus(const RepoStatus* status, const ref StatusStringOptions } string versionString = q"EOS -promptoglyph-vcs by Matt Kline, version 0.5.1 +promptoglyph-vcs by Matt Kline, version 0.5.2 Part of the promptoglyph tool set EOS";