diff --git a/phploy b/phploy index bfd6e7d..a81d213 100644 --- a/phploy +++ b/phploy @@ -11,7 +11,7 @@ * @author Mark Beech * @link http://wplancer.com * @licence MIT Licence - * @version 2.0.0-beta4 + * @version 2.0.0 */ /** @@ -33,7 +33,7 @@ class PHPloy /** * @var string $phployVersion */ - protected $phployVersion = '2.0.0-beta4'; + protected $phployVersion = '2.0.0'; /** * @var string $revision diff --git a/readme.md b/readme.md index ca3339c..cd02b7b 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # PHPloy -**Version 2.0.0-beta4** +**Version 2.0.0** PHPloy is a incremental Git FTP deployment tool. By keeping track of the state of the remote server(s) it deploys only the files that were committed since the last deployment. PHPloy supports submodules, sub-submodules, deploying to multiple servers and rollbacks.