Skip to content
Snippets Groups Projects
Unverified Commit f117a4a9 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Bump version, update json on next update

parent fbc3f02a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
app.version: 3.1.3
app.version: 3.2.0
use_as_sass: "%env(USE_AS_SAAS)%"
locale: fr
router.request_context.host: '%env(string:BASE_URL)%'
......
......@@ -41,6 +41,8 @@ class MigrationCommand extends GoGoAbstractCommand
'app:elements:updateJson all',
// v2.4.5
'app:elements:updateJson all',
// v3.2.0
'app:elements:updateJson all',
];
public static $messages = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment