From b5d130e7e1ba07523b8bf94b8e07e4b3070a9730 Mon Sep 17 00:00:00 2001 From: Matt Kline Date: Sun, 8 Mar 2015 16:52:55 -0700 Subject: [PATCH] Call this v0.2 --- 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 8bddcfa..222b876 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.1.1 +promptd-path by Matt Kline, version 0.2 Part of the promptd tool set EOS"; diff --git a/promptd-vcs.d b/promptd-vcs.d index f6b61db..f9bba39 100644 --- a/promptd-vcs.d +++ b/promptd-vcs.d @@ -37,7 +37,7 @@ void main(string[] args) } string versionString = q"EOS -promptd-vcs by Matt Kline, version 0.1.1 +promptd-vcs by Matt Kline, version 0.2 Part of the promptd tool set EOS";