-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nils Langner
committed
Aug 2, 2013
1 parent
02d52c7
commit 57e45d2
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#!/usr/bin/env php | ||
<?php | ||
|
||
define('LIVETEST_VERSION', '2.1'); | ||
define('LIVETEST_VERSION', '2.2'); | ||
|
||
$loader = include __DIR__.'/../src/autoload.php'; | ||
|
||
use LiveTest\Cli\Application; | ||
|
||
// run the command application | ||
$application = new Application(); | ||
$application->run(); | ||
$application->run(); |
57e45d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ne patch-version hätts auch getan ;)
57e45d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neues Feature, neues Minor-Release. Außer man sieht sieht es als Bugfix, dann hast du Recht.