From 0af21ebd6ec96371c33a9cae62a802268a91a6e9 Mon Sep 17 00:00:00 2001 From: Michael Billington Date: Mon, 19 Jun 2017 21:18:58 +1000 Subject: [PATCH] Bump version for development --- mdcheckr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdcheckr b/mdcheckr index 560ecf9..a2935a2 100755 --- a/mdcheckr +++ b/mdcheckr @@ -252,7 +252,7 @@ function show_version() { } # Set defaults -VERSION="1.0" +VERSION="1.3" OPTIND=1 VERBOSITY=3 while getopts "hv-:" opt; do