From 710a829dcb340ba4e3bce13fd475333d7b110b4e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 17 Jan 2023 10:00:50 +0100 Subject: [PATCH] version++ --- apps/api/src/lib/common.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/lib/common.ts b/apps/api/src/lib/common.ts index 8dc4981c6..efac06f92 100644 --- a/apps/api/src/lib/common.ts +++ b/apps/api/src/lib/common.ts @@ -19,7 +19,7 @@ import { saveBuildLog, saveDockerRegistryCredentials } from './buildPacks/common import { scheduler } from './scheduler'; import type { ExecaChildProcess } from 'execa'; -export const version = '3.12.11'; +export const version = '3.12.12'; export const isDev = process.env.NODE_ENV === 'development'; export const sentryDSN = 'https://409f09bcb7af47928d3e0f46b78987f3@o1082494.ingest.sentry.io/4504236622217216'; diff --git a/package.json b/package.json index c23a457d6..3680f4b03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coolify", "description": "An open-source & self-hostable Heroku / Netlify alternative.", - "version": "3.12.11", + "version": "3.12.12", "license": "Apache-2.0", "repository": "github:coollabsio/coolify", "scripts": {