This commit is contained in:
Andras Bacsai
2022-09-02 17:52:45 +00:00
parent a4879d854f
commit adb27cf143
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import { scheduler } from './scheduler';
import { supportedServiceTypesAndVersions } from './services/supportedVersions';
import { includeServices } from './services/common';
export const version = '3.9.0';
export const version = '3.9.0-rc.1';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';