From cabbccc02244a808a3726edfee75b5e547117262 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2019 13:02:12 +0200 Subject: [PATCH] Fix reported version --- include/tcpdf_static.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tcpdf_static.php b/include/tcpdf_static.php index bfea16f..34cbf04 100644 --- a/include/tcpdf_static.php +++ b/include/tcpdf_static.php @@ -55,7 +55,7 @@ class TCPDF_STATIC { * Current TCPDF version. * @private static */ - private static $tcpdf_version = '6.2.26'; + private static $tcpdf_version = '6.3.0'; /** * String alias for total number of pages.