Skip to content
Snippets Groups Projects
Commit 766150b7 authored by wu-lee's avatar wu-lee
Browse files

lib/config.js - bump schema version

parent 6cb722be
Branches
No related tags found
No related merge requests found
'use strict';
const currentSchema = 1; // Defines the schema version we expect.
const currentSchema = 2; // Defines the schema version we expect.
const fs = require('fs');
const configFile = `${__dirname}/../config.js`;
const config = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment