chore: version++

This commit is contained in:
Andras Bacsai
2022-09-09 14:49:13 +02:00
parent 25528913f1
commit 1619afb938
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.10.0';
export const version = '3.10.1';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';