Skip to content

Commit ddc1217

Browse files
committed
release v5.2.20
1 parent f018490 commit ddc1217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MvcCore - Extension - Model - Database
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.2.19-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-model-db/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.2.20-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-model-db/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/Model.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ class Model
3030
* Comparison by PHP function version_compare();
3131
* @see http://php.net/manual/en/function.version-compare.php
3232
*/
33-
const VERSION = '5.2.19';
33+
const VERSION = '5.2.20';
3434
}

0 commit comments

Comments
 (0)