chore: version++

This commit is contained in:
Andras Bacsai
2022-09-28 09:30:57 +02:00
parent d44047d109
commit 20f594c66c
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.9';
export const version = '3.10.10';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';