We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec214bc commit 19c4c86Copy full SHA for 19c4c86
lib/Constants.php
@@ -5,7 +5,7 @@
5
/**
6
* ezsqlModel Constants
7
*/
8
- \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.9');
+ \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.10');
9
\defined('OBJECT') or \define('OBJECT', 'OBJECT');
10
\defined('ARRAY_A') or \define('ARRAY_A', 'ARRAY_A');
11
\defined('ARRAY_N') or \define('ARRAY_N', 'ARRAY_N');
0 commit comments