diff --git a/apps/api/src/lib/common.ts b/apps/api/src/lib/common.ts index 57dfcc7a6..2e1eefff0 100644 --- a/apps/api/src/lib/common.ts +++ b/apps/api/src/lib/common.ts @@ -17,7 +17,7 @@ import { day } from './dayjs'; import { saveBuildLog } from './buildPacks/common'; import { scheduler } from './scheduler'; -export const version = '3.11.12'; +export const version = '3.11.13'; export const isDev = process.env.NODE_ENV === 'development'; const algorithm = 'aes-256-ctr'; diff --git a/package.json b/package.json index 8b55e6aff..39fd2d55c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coolify", "description": "An open-source & self-hostable Heroku / Netlify alternative.", - "version": "3.11.12", + "version": "3.11.13", "license": "Apache-2.0", "repository": "github:coollabsio/coolify", "scripts": {