Skip to content

Commit

Permalink
Merge pull request #462 from dasgarner/develop
Browse files Browse the repository at this point in the history
Update version string ahead of release.
  • Loading branch information
dasgarner authored Jan 24, 2019
2 parents 228b835 + e941db5 commit 34ebab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/unauthed_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('Unauthenticated CMS access', function () {

cy.url().should('include', '/login');

cy.contains('Version 2.0.0-alpha1');
cy.contains('Version 2.0.0-beta');
});

it('should redirect to login when an authenticated page is requested', function() {
Expand Down
2 changes: 1 addition & 1 deletion lib/Helper/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Environment
{
public static $WEBSITE_VERSION_NAME = '2.0.0-alpha1';
public static $WEBSITE_VERSION_NAME = '2.0.0-beta';
public static $XMDS_VERSION = '5';
public static $XLF_VERSION = '2';
public static $VERSION_REQUIRED = '5.5';
Expand Down

0 comments on commit 34ebab5

Please sign in to comment.