chore: version++

This commit is contained in:
Andras Bacsai 2022-08-23 10:11:58 +02:00
parent 4f5fe3d383
commit f6314cab69
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.7.1';
export const version = '3.8.0';
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.7.1",
"version": "3.8.0",
"license": "Apache-2.0",
"repository": "github:coollabsio/coolify",
"scripts": {