Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/refactor/content-st…
Browse files Browse the repository at this point in the history
…ructuration' into refactor/content-structuration
  • Loading branch information
HeleneCreusot committed Aug 21, 2024
2 parents 1a7e301 + dc4a169 commit aa9bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/models/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import deepClone from 'lodash/cloneDeep';
import fs from 'fs/promises';

// --- Global variable for the Theme system
export const THEMES_VERSION = '6';
export const THEMES_VERSION = '7';
export const THEMES_FOLDER = '../../app/custom/themes';

// --- Global function for the Theme system
Expand Down

0 comments on commit aa9bc1c

Please sign in to comment.