Skip to content

Commit bcfc96b

Browse files
Release 5.2.1
1 parent f8af0b0 commit bcfc96b

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## 5.2.1
5+
6+
Released: 2025-03-06
7+
8+
Fixes the internal version numbers to reflect the latest 5.2.1 release.
9+
410
## 5.2.0
511

612
Released: 2025-03-06

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.1.99.27';
2+
export const version = '5.2.1';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.99.27",
3+
"version": "5.2.1",
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.0 RC 1';
26+
public const VERSION = '5.2.1';
2727
public const CODENAME = '';
2828

2929
/**

0 commit comments

Comments
 (0)