Skip to content

Commit b7e8402

Browse files
bobvandevijvergithub-actions[bot]
authored andcommitted
Release 5.2.5
1 parent 1238fb8 commit b7e8402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '5.2.4';
2+
export const version = '5.2.5';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bolt",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"homepage": "https://boltcms.io",
55
"author": "Bob den Otter <bob@twokings.nl> (https://boltcms.io)",
66
"license": "MIT",

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class Version
2323
* Stable — 3.0.0
2424
* Development — 3.1.0 alpha 1
2525
*/
26-
public const VERSION = '5.2.4';
26+
public const VERSION = '5.2.5';
2727
public const CODENAME = '';
2828

2929
/**

0 commit comments

Comments
 (0)