Skip to content

Commit

Permalink
update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alibo committed Apr 8, 2016
1 parent f8b76e9 commit 001b7a6
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.2.0');
$application->setVersion('1.3.0');
$application->add(new CheckSniCommand());
$application->add(new CheckDnsCommand());
$application->add(new CheckHttpCommand());
Expand Down

0 comments on commit 001b7a6

Please sign in to comment.