change propel version in config_thelia file

This commit is contained in:
Manuel Raynaud
2013-02-18 14:42:15 +01:00
parent 4764118f3a
commit 1013a3ec48

View File

@@ -13,6 +13,6 @@ $conf = array (
),
),
),
'generator_version' => '1.6.7',
'generator_version' => '1.6.8',
);
return $conf;