Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 2, 2024
1 parent f0b81f2 commit 142c4e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ CHANGES for crate-dbal
Unreleased
==========

2024/02/02 4.0.2
================

- Update internal version number

2024/02/02 4.0.1
================

Expand Down
2 changes: 1 addition & 1 deletion src/Crate/DBAL/Driver/PDOCrate/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

class Driver implements \Doctrine\DBAL\Driver, VersionAwarePlatformDriver
{
const VERSION = '3.0.1';
const VERSION = '4.0.2';
const NAME = 'crate';

private const VERSION_057 = '0.57.0';
Expand Down

0 comments on commit 142c4e4

Please sign in to comment.