Skip to content

Commit 1125cbc

Browse files
committed
Merge branch 'master' into v5
2 parents 51435cf + 8d02dd6 commit 1125cbc

File tree

2 files changed

+476
-29
lines changed

2 files changed

+476
-29
lines changed

lib/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* ezsqlModel Constants
77
*/
8-
\defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.11');
8+
\defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.12');
99
\defined('OBJECT') or \define('OBJECT', 'OBJECT');
1010
\defined('ARRAY_A') or \define('ARRAY_A', 'ARRAY_A');
1111
\defined('ARRAY_N') or \define('ARRAY_N', 'ARRAY_N');

0 commit comments

Comments
 (0)