Skip to content

Commit

Permalink
Bump cigar version in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunty committed Dec 5, 2018
1 parent 5892eca commit b8d82fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cigar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

define('CIGAR_VERSION', '1.9.0');
define('CIGAR_VERSION', '1.11.1');
$start = microtime(true);

foreach (['/../../..', '/../..', '/../vendor', '/vendor'] as $autoloadFileDirectory) {
Expand Down

0 comments on commit b8d82fb

Please sign in to comment.