From 172540dcbfdf8dc983bc2fe78feff48ff7ec1c76 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Tue, 20 Jul 2021 15:43:20 +0100 Subject: [PATCH] Bump version --- VERSION | 2 +- composer.json | 2 +- include/tcpdf_static.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4c77920..a4c853e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.1 +6.4.2 diff --git a/composer.json b/composer.json index 3910e8d..381798f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "barcodes" ], "homepage": "http://www.tcpdf.org/", - "version": "6.4.1", + "version": "6.4.2", "license": "LGPL-3.0-only", "authors": [ { diff --git a/include/tcpdf_static.php b/include/tcpdf_static.php index 05f674e..164c73d 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.4.1'; + private static $tcpdf_version = '6.4.2'; /** * String alias for total number of pages.