diff --git a/lib/Doctrine.php b/lib/Doctrine.php index a0d7350b7..1d2170d2c 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -36,7 +36,7 @@ final class Doctrine /** * VERSION */ - const VERSION = '0.1.0'; + const VERSION = '1.0.0'; /** * ERROR CONSTANTS @@ -1113,4 +1113,4 @@ final class Doctrine { return Doctrine_Lib::isValidClassName($className); } -} \ No newline at end of file +}