Skip to content

Commit fb5e7bb

Browse files
authored
Update MySQLPDOBaseModel.php
1 parent b55a7a0 commit fb5e7bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MySQLPDOBaseModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424
class MySQLPDOBaseModel
2525
{
26-
const VERSION = '2.1.1';
27-
const LAST_MODIFIED = '2023-01-14';
26+
const VERSION = '2.1.2';
27+
const LAST_MODIFIED = '2024-09-22';
2828
const AUTHOR_NAME = 'Hung Nguyen';
2929
const AUTHOR_EMAIL = 'dev@nguyenanhung.com';
3030
const PROJECT_NAME = 'Database Wrapper - PDO Database Model';

0 commit comments

Comments
 (0)