diff --git a/parallel-lint.php b/parallel-lint.php index 372d7252..ecf61ca2 100644 --- a/parallel-lint.php +++ b/parallel-lint.php @@ -6,7 +6,7 @@ die(255); } -const VERSION = '0.9.2', +const VERSION = '1.0.0', SUCCESS = 0, WITH_ERRORS = 1, FAILED = 255;