Skip to content

Commit

Permalink
Version 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Aug 10, 2014
1 parent 4c81ce8 commit eebc9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

RELEASE_VERSION = 0.2.x-dev
RELEASE_VERSION = 0.1.2
RELEASE_NAME = imapd

RM = rm -rfd
Expand Down
2 changes: 1 addition & 1 deletion application.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

use TheFox\Console\Command\ServerCommand;

$application = new Application('IMAPd', '0.2.0-dev');
$application = new Application('IMAPd', '0.1.2');
$application->add(new ServerCommand());
$application->run();

0 comments on commit eebc9b7

Please sign in to comment.