Skip to content

Commit 136ea13

Browse files
authored
Add dev version
1 parent bc4f9c3 commit 136ea13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ function adjustArgument($argument, $tabWidth)
174174
function checkForVersion(ArgParser $args)
175175
{
176176
if ($args->getArg("v")) {
177-
throw new Exception('Version: 0.10.3', 0);
177+
throw new Exception('Version: 0.10.3-dev', 0);
178178
}
179179
}

0 commit comments

Comments
 (0)