Skip to content

Commit

Permalink
feat: update theme version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Aug 21, 2024
1 parent 608bac4 commit dc4a169
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 dc4a169

Please sign in to comment.