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 Sep 28, 2023
1 parent 6a30d54 commit ecf0459
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 @@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl
*
* @string
*/
const VERSION = '2.4.1';
const VERSION = '2.5.0';
}
2 changes: 1 addition & 1 deletion src/Tcpdf/Fpdi.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Fpdi extends \TCPDF
*
* @string
*/
const VERSION = '2.4.1';
const VERSION = '2.5.0';

/**
* 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 @@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl
*
* @string
*/
const VERSION = '2.4.1';
const VERSION = '2.5.0';
}

0 comments on commit ecf0459

Please sign in to comment.