diff --git a/server/server/constants.ts b/server/server/constants.ts index 1ad0a67..9e5f876 100644 --- a/server/server/constants.ts +++ b/server/server/constants.ts @@ -1,5 +1,5 @@ export default { - VERSION: "1.1.0", + VERSION: "1.1.6", DATA_DIR: "data", PROJECTS_DIR: "projects", RENDERS_DIR: "renders", @@ -8,4 +8,4 @@ export default { TASK_WAIT_TIME: 1000 * 60, // one minute MAX_PROJ_ERRORS: 15, // maximum errors that can occur from a project before ditching it, WORKER_LOG_NEWLINE_LENGTH: 50 // remember the previous 50 lines of the log per worker -} \ No newline at end of file +}