Skip to content

Commit

Permalink
versão 4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Nov 6, 2023
1 parent 7090277 commit 710f0d4
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.23.0');
define('FORMDIN_VERSION', '4.24.0');
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.23.0';
$expected = '4.24.0';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down

0 comments on commit 710f0d4

Please sign in to comment.