1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

Bump version

This commit is contained in:
Jakub Vrana
2019-08-28 10:14:12 +02:00
parent 32955f7802
commit cb37a141f4
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.7.3";
$VERSION = "4.7.4-dev";

View File

@@ -1,3 +1,5 @@
Adminer 4.7.4-dev:
Adminer 4.7.3 (released 2019-08-27):
Allow editing foreign keys pointing to tables in other database/schema (bug #694)
Fix blocking of concurrent instances in PHP >7.2 (bug #703)