From efb41453c3eab7044c57e6b6d57d898b015ec9a4 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Wed, 15 Feb 2017 01:49:53 +0100 Subject: [PATCH] recompiled with correct version number --- ifm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifm.php b/ifm.php index 1b8f2ce..67020ac 100644 --- a/ifm.php +++ b/ifm.php @@ -130,7 +130,7 @@ public static function unzip_file( $file ) { */ class IFM { - const VERSION = '2.2-dev'; + const VERSION = '2.3.0'; public function __construct() { session_start();