Skip to content

Commit

Permalink
* 2.14.2 see README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecc committed Jun 13, 2021
1 parent c8e7dd0 commit 6a07577
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 @@ -52,11 +52,11 @@
* @package eftec
* @author Jorge Castro Castillo
* @copyright (c) Jorge Castro C. MIT License https://github.com/EFTEC/PdoOne
* @version 2.14.1
* @version 2.14.2
*/
class PdoOne
{
const VERSION = '2.14.1';
const VERSION = '2.14.2';
/** @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 6a07577

Please sign in to comment.