Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jan 17, 2023
1 parent ccd84fa commit 710a829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/4504236622217216';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 710a829

Please sign in to comment.