This commit is contained in:
2022-03-03 21:11:51 +00:00
parent f3478420b4
commit ad95484cda
5 changed files with 6 additions and 33 deletions

View File

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

View File

@@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************