Skip to content

Commit

Permalink
versão 4.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Oct 30, 2024
1 parent 139e866 commit 3b32ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/classes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}


define('FORMDIN_VERSION', '4.24.0');
define('FORMDIN_VERSION', '4.24.1');
define('FPDF_VERSION', '1.86');

// --Data Base Management System
Expand Down
2 changes: 1 addition & 1 deletion base/test/classes/helpers/FormDinHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
class FormDinHelperTest extends TestCase
{
public function testVersion() {
$expected = '4.24.0';
$expected = '4.24.1';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down

0 comments on commit 3b32ca6

Please sign in to comment.