We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724ce15 commit d798ca5Copy full SHA for d798ca5
assets/js/version.js
@@ -1,2 +1,2 @@
1
// generated by genversion
2
-export const version = '6.0.0';
+export const version = '6.0.1';
package.json
@@ -1,6 +1,6 @@
{
"name": "bolt",
3
- "version": "6.0.0",
+ "version": "6.0.1",
4
"homepage": "https://boltcms.io",
5
"author": "Bob den Otter <bob@twokings.nl> (https://boltcms.io)",
6
"license": "MIT",
src/Version.php
@@ -23,7 +23,7 @@ final class Version
23
* Stable — 3.0.0
24
* Development — 3.1.0 alpha 1
25
*/
26
- public const VERSION = '6.0.0';
+ public const VERSION = '6.0.1';
27
28
public const CODENAME = '';
29
0 commit comments