chore: version++

This commit is contained in:
Andras Bacsai
2022-08-17 13:31:27 +02:00
parent 883bdc2879
commit 0239be69e6
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ import { checkContainer, removeContainer } from './docker';
import { day } from './dayjs';
import * as serviceFields from './serviceFields'
export const version = '3.5.0';
export const version = '3.5.1';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';