Skip to content

Commit

Permalink
📝 new release v5.0.0-alpha10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jul 27, 2020
1 parent 5cfd0d1 commit f0f3ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.0.0-alpha9';
const FORMDIN_VERSION = '5.0.0-alpha10';

/**
* Return FormDin version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FormDinHelperTest extends TestCase
{

public function testVersion() {
$expected = '5.0.0-alpha9';
$expected = '5.0.0-alpha10';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down

0 comments on commit f0f3ecb

Please sign in to comment.