Commit 07e65d3f authored by Eriksson Monteiro's avatar Eriksson Monteiro

update tangled version

parent 3b0073c7
......@@ -780,7 +780,7 @@ export const DATABASE_ENGINE = 'sqlite';
export const DATABASE_CONNECTION = {};
export const MILLIX_CIRCULATION = 9e15;
export const NODE_MILLIX_BUILD_DATE = 1649332079;
export const NODE_MILLIX_VERSION = '1.17.4-tangled';
export const NODE_MILLIX_VERSION = '1.17.5-tangled';
export const DATA_BASE_DIR_MAIN_NETWORK = './millix-tangled';
export const DATA_BASE_DIR_TEST_NETWORK = './millix-tangled';
let DATA_BASE_DIR = MODE_TEST_NETWORK ? DATA_BASE_DIR_TEST_NETWORK : DATA_BASE_DIR_MAIN_NETWORK;
......
......@@ -125,4 +125,4 @@ db.initialize()
});
}
});
//millix v1.17.4-tangled
\ No newline at end of file
//millix v1.17.5-tangled
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment