From f749c7368e0e2cb9ebccf0d84588ca65a3bbe2e3 Mon Sep 17 00:00:00 2001 From: Matt Kline Date: Fri, 27 Mar 2015 11:11:26 -0700 Subject: [PATCH] Bump to 0.4 --- promptd-path.d | 2 +- promptd-vcs.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/promptd-path.d b/promptd-path.d index e72cff0..e87e9ee 100644 --- a/promptd-path.d +++ b/promptd-path.d @@ -49,7 +49,7 @@ void main(string[] args) } string versionString = q"EOS -promptd-path by Matt Kline, version 0.3.2 +promptd-path by Matt Kline, version 0.4 Part of the promptd tool set EOS"; diff --git a/promptd-vcs.d b/promptd-vcs.d index 3f68378..16ce3ec 100644 --- a/promptd-vcs.d +++ b/promptd-vcs.d @@ -125,7 +125,7 @@ string stringRepOfStatus(const RepoStatus* status, const ref StatusStringOptions } string versionString = q"EOS -promptd-vcs by Matt Kline, version 0.3.2 +promptd-vcs by Matt Kline, version 0.4 Part of the promptd tool set EOS";