Skip to content

Commit

Permalink
Released version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 10, 2014
1 parent 2a03605 commit 2e20171
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Deployment/deployment.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// Version 1.2

if (version_compare(PHP_VERSION, '5.3.0', '<')) {
throw new Exception('Deployment requires PHP 5.3.0 or newer.');
Expand All @@ -14,8 +13,8 @@


$cmd = new CommandLine("
FTP deployment
--------------
FTP deployment v1.3
-------------------
Usage:
deployment.php <config_file> [-t | --test]
Expand Down

0 comments on commit 2e20171

Please sign in to comment.