Skip to content

Commit 57e45d2

Browse files
author
Nils Langner
committed
Increased version number
1 parent 02d52c7 commit 57e45d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/livetest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('LIVETEST_VERSION', '2.1');
4+
define('LIVETEST_VERSION', '2.2');
55

66
$loader = include __DIR__.'/../src/autoload.php';
77

88
use LiveTest\Cli\Application;
99

1010
// run the command application
1111
$application = new Application();
12-
$application->run();
12+
$application->run();

0 commit comments

Comments
 (0)