diff options
author | Max Kostikov <max@kostikov.co> | 2019-05-08 19:55:21 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-05-08 19:55:21 +0200 |
commit | 5bf9a9828c4000c8f293efc17bc094c026a5dc0a (patch) | |
tree | b6c6c88e45dcaa29cdf11d2997c310d5e840a8db /boot.php | |
parent | c200e55f95b0b5530c874fbee76b23af02eaa8cb (diff) | |
parent | 24f3bc9f0c282f9a0610ee828b4341ee43cecb40 (diff) | |
download | volse-hubzilla-5bf9a9828c4000c8f293efc17bc094c026a5dc0a.tar.gz volse-hubzilla-5bf9a9828c4000c8f293efc17bc094c026a5dc0a.tar.bz2 volse-hubzilla-5bf9a9828c4000c8f293efc17bc094c026a5dc0a.zip |
Merge branch 'channel_update' into 'dev'
Channel update
See merge request hubzilla/core!1639
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '4.1.2' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1231 ); +define ( 'DB_UPDATE_VERSION', 1232 ); define ( 'PROJECT_BASE', __DIR__ ); |