Skip to content

Commit

Permalink
🔨 BASE #272 versão do sistema
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael.cavalcante committed Jul 13, 2022
1 parent 88832d9 commit 40fc643
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.18.0');
define('FORMDIN_VERSION', '4.19.0');

// --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.18.0';
$expected = '4.19.0';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down

0 comments on commit 40fc643

Please sign in to comment.