Browse Source

Release 1.0.0-alpha7

Jordi Boggiano 12 years ago
parent
commit
3e6afd8975
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Composer.php

+ 1 - 1
src/Composer/Composer.php

@@ -26,7 +26,7 @@ use Composer\Autoload\AutoloadGenerator;
  */
 class Composer
 {
-    const VERSION = '@package_version@';
+    const VERSION = '1.0.0-alpha7';
 
     /**
      * @var Package\RootPackageInterface