Skip to content

Commit 948cd46

Browse files
committed
Bump version.
1 parent fd02059 commit 948cd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/lib.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
// Set error reporting level to max
1313
error_reporting(E_ALL);
14-
14+
1515
// Application name
1616
$appName = 'phpPgAdmin';
1717

1818
// Application version
19-
$appVersion = '7.14.0-mod';
19+
$appVersion = '7.14.1-mod';
2020

2121
// PostgreSQL and PHP minimum version
2222
$postgresqlMinVer = '7.4';

0 commit comments

Comments
 (0)