Skip to content

Commit

Permalink
Updated version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon authored and github-actions[bot] committed Feb 9, 2023
1 parent 22364c6 commit bccc892
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Fpdi.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Fpdi extends FpdfTpl
*
* @string
*/
const VERSION = '2.3.6';
const VERSION = '2.3.7';

protected function _enddoc()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Tcpdf/Fpdi.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Fpdi extends \TCPDF
*
* @string
*/
const VERSION = '2.3.6';
const VERSION = '2.3.7';

/**
* A counter for template ids.
Expand Down
2 changes: 1 addition & 1 deletion src/Tfpdf/Fpdi.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Fpdi extends FpdfTpl
*
* @string
*/
const VERSION = '2.3.6';
const VERSION = '2.3.7';

public function _enddoc()
{
Expand Down

0 comments on commit bccc892

Please sign in to comment.