chore: version++

This commit is contained in:
Andras Bacsai 2022-08-19 10:24:42 +00:00
parent f040c7c742
commit 857e0f251b
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.6.1';
export const version = '3.7.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.6.1",
"version": "3.7.0",
"license": "Apache-2.0",
"repository": "github:coollabsio/coolify",
"scripts": {