Skip to content

Commit

Permalink
update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alibo committed Mar 14, 2016
1 parent ce86f48 commit e2cd487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filternet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Symfony\Component\Console\Application;

$application = new Application();
$application->setName('Filternet Utility');
$application->setVersion('1.0.0');
$application->setVersion('1.1.0');
$application->add(new CheckSniCommand());
$application->add(new CheckDnsCommand());
$application->add(new CheckHttpCommand());
Expand Down

0 comments on commit e2cd487

Please sign in to comment.