version++

This commit is contained in:
Andras Bacsai 2022-11-28 11:28:54 +01:00
parent da244af39d
commit db0a71125a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import { day } from './dayjs';
import { saveBuildLog } from './buildPacks/common';
import { scheduler } from './scheduler';
export const version = '3.11.14';
export const version = '3.12.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.11.14",
"version": "3.12.0",
"license": "Apache-2.0",
"repository": "github:coollabsio/coolify",
"scripts": {