chore: version++

This commit is contained in:
Andras Bacsai
2022-07-08 17:22:35 +02:00
parent 3a8e5df897
commit 9a1a67a4ef
2 changed files with 2 additions and 2 deletions

View File

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