Skip to content

Commit 99afbad

Browse files
committed
release v5.1.6
1 parent 341768c commit 99afbad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MvcCore - Extension - Model - Database - Postgre SQL
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.1.5-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-model-db-pgsql/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.1.6-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-model-db-pgsql/releases)
44
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
55
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)
66

src/MvcCore/Ext/Models/Db/Models/PgSql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ class PgSql
2727
* Comparison by PHP function version_compare();
2828
* @see http://php.net/manual/en/function.version-compare.php
2929
*/
30-
const VERSION = '5.1.5';
30+
const VERSION = '5.1.6';
3131

3232
}

0 commit comments

Comments
 (0)