Skip to content

Commit

Permalink
versão 4.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jun 2, 2022
1 parent 382b12b commit 1fc462e
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.17.1');
define('FORMDIN_VERSION', '4.17.2');

// --Data Base Management System
define('DBMS_ACCESS', 'ACCESS');
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.17.1';
$expected = '4.17.2';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down

0 comments on commit 1fc462e

Please sign in to comment.