Bump version

This commit is contained in:
nicolaasuni 2018-02-24 11:48:20 +00:00
parent dc3254240e
commit 64fc194398
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tecnickcom/tcpdf",
"version": "6.2.16",
"version": "6.2.17",
"homepage": "http://www.tcpdf.org/",
"type": "library",
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",

View File

@ -55,7 +55,7 @@ class TCPDF_STATIC {
* Current TCPDF version.
* @private static
*/
private static $tcpdf_version = '6.2.16';
private static $tcpdf_version = '6.2.17';
/**
* String alias for total number of pages.