Skip to content

Commit bccc892

Browse files
JanSlabongithub-actions[bot]
authored andcommitted
Updated version constant
1 parent 22364c6 commit bccc892

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Fpdi extends FpdfTpl
2929
*
3030
* @string
3131
*/
32-
const VERSION = '2.3.6';
32+
const VERSION = '2.3.7';
3333

3434
protected function _enddoc()
3535
{

src/Tcpdf/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Fpdi extends \TCPDF
4242
*
4343
* @string
4444
*/
45-
const VERSION = '2.3.6';
45+
const VERSION = '2.3.7';
4646

4747
/**
4848
* A counter for template ids.

src/Tfpdf/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Fpdi extends FpdfTpl
3030
*
3131
* @string
3232
*/
33-
const VERSION = '2.3.6';
33+
const VERSION = '2.3.7';
3434

3535
public function _enddoc()
3636
{

0 commit comments

Comments
 (0)