diff --git a/bin/cigar b/bin/cigar index a73b2de..5b6d0bc 100755 --- a/bin/cigar +++ b/bin/cigar @@ -3,7 +3,7 @@ $options = getopt('c:', ['version', 'help', 'quiet', 'config:']); -define('CIGAR_VERSION', '1.3.1'); +define('CIGAR_VERSION', '1.3.2'); $start = microtime(true); error_reporting(0);