Skip to content

Commit 7c0b712

Browse files
Release v1.5.0-alpha.1
1 parent f7e6b21 commit 7c0b712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
|
1010
*/
1111

12-
$config['version'] = '1.5.0-dev.4'; // This must be changed manually.
12+
$config['version'] = '1.5.0-alpha.1'; // This must be changed manually.
1313

1414
$config['url'] = Config::BASE_URL;
1515

1616
$config['debug'] = Config::DEBUG_MODE;
1717

18-
$config['cache_busting_token'] = 'ZV951';
18+
$config['cache_busting_token'] = 'ZV952';

0 commit comments

Comments
 (0)