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 2, 2024
1 parent 04065f3 commit 09a8160
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.6.0';
const VERSION = '2.6.1';
}
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.6.0';
const VERSION = '2.6.1';

/**
* 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.6.0';
const VERSION = '2.6.1';
}

0 comments on commit 09a8160

Please sign in to comment.