From 18de48b64205c6c4ce58a62860a957becc28398a Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Tue, 2 Jun 2015 20:57:05 +0000 Subject: [PATCH] v0.7.1 --- adafruit-pitft-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit-pitft-helper b/adafruit-pitft-helper index 1a69558..682bd53 100755 --- a/adafruit-pitft-helper +++ b/adafruit-pitft-helper @@ -3,7 +3,7 @@ set -e function print_version() { - echo "Adafruit PiTFT Helper v0.7.0" + echo "Adafruit PiTFT Helper v0.7.1" exit 1 }