Skip to content

Commit

Permalink
Merge branch '5.x-dev' into dev-17218
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangavin authored Dec 15, 2024
2 parents 134a97a + 41b5de7 commit 7fb8002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ on:
password:
description: 'Release password'
required: true
#schedule:
# - cron: '0 1 * * *' # 1am daily
schedule:
- cron: '0 1 * * *' # 1am daily
env:
RELEASE_PASSWORD: ${{ secrets.RELEASE_PASSWORD }}
jobs:
Expand Down
2 changes: 1 addition & 1 deletion core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class Version
* The current Matomo version.
* @var string
*/
public const VERSION = '5.2.0';
public const VERSION = '5.3.0-alpha';

public const MAJOR_VERSION = 5;

Expand Down

0 comments on commit 7fb8002

Please sign in to comment.