1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00
This commit is contained in:
Jakub Vrana
2025-02-20 16:40:14 +01:00
parent c81bed0baa
commit 097f2a1242
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.16.0";
$VERSION = "4.16.1-dev";

View File

@@ -1,3 +1,5 @@
Adminer 4.16.1-dev:
Adminer 4.16.0 (released 2025-02-20):
MySQL: Fix saving bit(64) values (bug #839)
PostgreSQL: Preserve whitespace in EXPLAIN (bug #827)