Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Jul 31, 2024
1 parent 33ebd31 commit 65037e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ uninstall:

# set the version
version:
sed -i -e "s/protected \$$version = '.*';/protected \$$version = '${VERSION}';/g" src/Output.php
sed -i -e "s/protected string \$$version = '.*';/protected string \$$version = '${VERSION}';/g" src/Base.php
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.61
8.0.62
2 changes: 1 addition & 1 deletion src/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ abstract class Base
/**
* TCPDF version.
*/
protected string $version = '8.0.54';
protected string $version = '8.0.62';

/**
* Time is seconds since EPOCH when the document was created.
Expand Down

0 comments on commit 65037e4

Please sign in to comment.