Skip to content

Commit

Permalink
* 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecc committed Apr 7, 2021
1 parent c31c178 commit d4c2926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PdoOne.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
* @package eftec
* @author Jorge Castro Castillo
* @copyright (c) Jorge Castro C. MIT License https://github.com/EFTEC/PdoOne
* @version 2.10.2
* @version 2.10.3
*/
class PdoOne
{
const VERSION = '2.10.2';
const VERSION = '2.10.3';
/** @var int We need this value because null and false could be a valid value. */
const NULL = PHP_INT_MAX;
/** @var string Prefix of the tables */
Expand Down

0 comments on commit d4c2926

Please sign in to comment.