diff options
author | xue <> | 2006-09-05 11:29:01 +0000 |
---|---|---|
committer | xue <> | 2006-09-05 11:29:01 +0000 |
commit | 8f1fa1c2bb6c2b7cbb493bd2038669b1e1a8ca7d (patch) | |
tree | 01cb88f4d17f0c9f53a837cfaec2b5d2a52d912a /framework/PradoBase.php | |
parent | f587496dcba7c7030062b5dfdc7612f3ed89dbf9 (diff) |
Fixed #358.
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index cda172a3..108cf1e7 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0.4';
+ return '3.0.5';
}
/**
|