Skip to content

Commit

Permalink
Merge pull request #2293 from bolt/release/4.2.0-beta.4
Browse files Browse the repository at this point in the history
Preparing 4.2.0-beta.4
  • Loading branch information
I-Valchev authored Jan 7, 2021
2 parents 09a0773 + bf5f1d2 commit a2df597
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '4.1.99.3';
export const version = '4.1.99.4';
18 changes: 14 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolt",
"version": "4.1.99.3",
"version": "4.1.99.4",
"homepage": "https://boltcms.io",
"author": "Bob den Otter <bob@twokings.nl> (https://boltcms.io)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ final class Version
* Stable — 3.0.0
* Development — 3.1.0 alpha 1
*/
public const VERSION = '4.2.0 beta 3';
public const CODENAME = 'Starting beta cycle! Let\'s see if nothing breaks!';
public const VERSION = '4.2.0 beta 4';
public const CODENAME = 'Whoop, whoop, beta cycle!';

/**
* Whether this release is a stable one.
Expand Down

0 comments on commit a2df597

Please sign in to comment.