chore: version++

This commit is contained in:
Andras Bacsai
2022-08-29 15:49:37 +02:00
parent e9affabf39
commit 2272ea1139
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.8.5';
export const version = '3.8.6';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';