chore: version++

This commit is contained in:
Andras Bacsai
2022-09-06 07:57:39 +02:00
parent 5a15e64471
commit 867f06d813
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-rc.2';
export const version = '3.9.0';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';