diff options
-rw-r--r-- | libraries/lib.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index abe941f0..551828fd 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '5.6'; + $appVersion = '7.x-dev'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.4'; |