chore: version++

This commit is contained in:
Andras Bacsai
2022-10-04 14:05:01 +02:00
parent f776fb83e7
commit 61eb155d13
2 changed files with 2 additions and 2 deletions

View File

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