Skip to content

Commit

Permalink
Updated version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse authored and actions-user committed Aug 27, 2020
1 parent cdd763f commit 2b5fb81
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.1';
const VERSION = '2.3.4';

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.1';
const VERSION = '2.3.4';

/**
* 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.1';
const VERSION = '2.3.4';

public function _enddoc()
{
Expand Down

0 comments on commit 2b5fb81

Please sign in to comment.