diff --git a/manifest.json b/manifest.json index b7954f9..b720030 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business (contacts, invoices, orders, products, stocks, agenda, emailings, etc...).", "fr": "Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc...)." }, - "version": "9.0.4~ynh1", + "version": "9.0.4~ynh2", "url": "https://www.dolibarr.org/", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index c144617..f739549 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -162,6 +162,9 @@ then else ynh_print_warn --message="Step 3 upgrading ended with error" fi + + ynh_app_setting_set --app=$app --key=version --value=$update_version + popd fi