diff --git a/src/config/index.tsx b/src/config/index.tsx index 18399409c..9dd27a772 100644 --- a/src/config/index.tsx +++ b/src/config/index.tsx @@ -10,7 +10,7 @@ const { NODE_ENV } = process.env export const isDev = NODE_ENV === 'development' // update を促したい時に使う -export const featcherVersion = 1 +export const featcherVersion = 2 export const events: Event[] = [ { id: '2023winter', label: '2023冬', current: true },