Final release candidate 8.0.1 - holy shit commit!

This commit is contained in:
2022-08-05 23:55:49 +00:00
parent 0b016adc2a
commit 199701b423
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0",
version: "8.0.1",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
};

View File

@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//**************************************************************
//DEVELOPMENT MODE FLAG, SET FALSE FOR RELEASE
//************************************************************
const DEV_MODE = true;
const DEV_MODE = false;
//************************************************************
//**************************************************************
//**************************************************************