commit 4300ef27edc58876cde0b4a4344716dbfd5a1c1f
parent 6b438f34765b0db5c2a71cabdb8687acaaa5df6e
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 29 Jun 2018 12:46:37 +0200
AnsiWeather 1.12.0 release
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansiweather b/ansiweather
@@ -2,7 +2,7 @@
###############################################################################
# #
-# AnsiWeather 1.11 #
+# AnsiWeather 1.12.0 #
# Copyright (c) 2013-2018, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
@@ -60,7 +60,7 @@ do
h) show_humidity=${OPTARG};;
p) show_pressure=${OPTARG};;
d) show_daylight=${OPTARG};;
- v) echo "AnsiWeather 1.11" && exit 0;;
+ v) echo "AnsiWeather 1.12.0" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done