chore: version++
This commit is contained in:
parent
b654883d1a
commit
47c0d522db
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import { day } from './dayjs';
|
|||
import { saveBuildLog } from './buildPacks/common';
|
||||
import { scheduler } from './scheduler';
|
||||
|
||||
export const version = '3.11.7';
|
||||
export const version = '3.11.8';
|
||||
export const isDev = process.env.NODE_ENV === 'development';
|
||||
|
||||
const algorithm = 'aes-256-ctr';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "coolify",
|
||||
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
|
||||
"version": "3.11.7",
|
||||
"version": "3.11.8",
|
||||
"license": "Apache-2.0",
|
||||
"repository": "github:coollabsio/coolify",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue