We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4323ce commit 9676477Copy full SHA for 9676477
adminer/include/version.inc.php
@@ -1,4 +1,4 @@
1
<?php
2
namespace Adminer;
3
4
-$VERSION = "5.0.5-dev";
+$VERSION = "5.0.5";
changes.txt
-Adminer dev:
+Adminer 5.0.5 (released 2025-03-13):
MySQL: Display converting function for binary, bit or geometry fields
MySQL: Display default values of binary columns
MySQL: Allow setting default values of json column
0 commit comments