diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-01 16:59:50 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-01 16:59:50 +0100 |
| commit | ee54c9bd769bb4280452f91d60ca8c1f680dce2f (patch) | |
| tree | 818b4d56fd19c8ae5036c3341c7f0ff9204ef4c8 | |
| parent | 21515e80e8e737a4b78f2d08d2cbf5cc5f7ce020 (diff) | |
| download | kernel-ee54c9bd769bb4280452f91d60ca8c1f680dce2f.tar.gz kernel-ee54c9bd769bb4280452f91d60ca8c1f680dce2f.tar.bz2 kernel-ee54c9bd769bb4280452f91d60ca8c1f680dce2f.zip | |
Bump version to 5.0.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | includes/config_defaults_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/config_defaults_inc.php b/includes/config_defaults_inc.php index a5b2212..5a86fa5 100755 --- a/includes/config_defaults_inc.php +++ b/includes/config_defaults_inc.php @@ -178,10 +178,10 @@ if( !defined( 'BIT_MAJOR_VERSION' ) ) { // When updating to certain versions of bitweaver, we need to force a visit to the installer to fix certain stuff in the database. // Enter the minimum version number here in the format: '2.1.0-beta' if( !defined( 'MIN_BIT_VERSION' ) ) { - define( 'MIN_BIT_VERSION', '5.0.0' ); + define( 'MIN_BIT_VERSION', '5.0.1' ); } if( !defined( 'BITWEAVER_VERSION' ) ) { - define( 'BITWEAVER_VERSION', '5.0.0' ); + define( 'BITWEAVER_VERSION', '5.0.1' ); } // These defines have to happen FIRST because core classes depend on them. |
