From c79ded2012e61fdfbfcbd3b81c27b993d27d19a5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 10 Nov 2019 07:26:02 +0100 Subject: [PATCH] Always set latest version after update run. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ecdc4df4b..97e54123ff 100644 --- a/composer.json +++ b/composer.json @@ -169,7 +169,7 @@ "@php artisan firefly-iii:report-empty-objects", "@php artisan firefly-iii:report-sum", "@php artisan firefly-iii:restore-oauth-keys", - + "@php artisan firefly-iii:set-latest-version --james-is-cool", "@php artisan firefly:instructions update", "@php artisan passport:install" ],