Skip to content

1.0.0

Compare
Choose a tag to compare
@devfake devfake released this 30 Nov 10:44
· 222 commits to master since this release

After this update, flox will automatically check for new updates if you go to the settings page.

To upgrade, run:

git fetch
git checkout 1.0.0
cd backend
composer install
php artisan migrate