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 e70c696 commit c5b7fc5Copy full SHA for c5b7fc5
3 files changed
assets/js/version.js
@@ -1,2 +1,2 @@
1
// generated by genversion
2
-export const version = '6.0.0-beta.11';
+export const version = '6.0.0-rc.1';
package.json
@@ -1,6 +1,6 @@
{
"name": "bolt",
3
- "version": "6.0.0-beta.11",
+ "version": "6.0.0-rc.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-beta.11';
+ public const VERSION = '6.0.0-rc.1';
27
28
public const CODENAME = '';
29
0 commit comments