Skip to content

Commit 8d02dd6

Browse files
committed
update version and doc-blocks
1 parent 308af2f commit 8d02dd6

2 files changed

Lines changed: 476 additions & 29 deletions

File tree

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)