chore: version++

This commit is contained in:
Andras Bacsai 2022-09-06 15:46:22 +02:00
parent fc705746c0
commit 6088f2e573
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.9.1';
export const version = '3.9.2';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';

View File

@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
"version": "3.9.1",
"version": "3.9.2",
"license": "Apache-2.0",
"repository": "github:coollabsio/coolify",
"scripts": {