Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Langner committed Aug 2, 2013
1 parent 02d52c7 commit 57e45d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/livetest
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();

2 comments on commit 57e45d2

@digitalkaoz
Copy link
Collaborator

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 ;)

@phmLabs
Copy link
Owner

@phmLabs phmLabs commented on 57e45d2 Aug 2, 2013

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.

Please sign in to comment.