Skip to content

Commit 09a8160

Browse files
JanSlabongithub-actions[bot]
authored andcommitted
Updated version constant
1 parent 04065f3 commit 09a8160

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
@@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl
3030
*
3131
* @string
3232
*/
33-
const VERSION = '2.6.0';
33+
const VERSION = '2.6.1';
3434
}

src/Tcpdf/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Fpdi extends \TCPDF
4646
*
4747
* @string
4848
*/
49-
const VERSION = '2.6.0';
49+
const VERSION = '2.6.1';
5050

5151
/**
5252
* A counter for template ids.

src/Tfpdf/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl
2828
*
2929
* @string
3030
*/
31-
const VERSION = '2.6.0';
31+
const VERSION = '2.6.1';
3232
}

0 commit comments

Comments
 (0)