chore: version++
This commit is contained in:
parent
54a09958d5
commit
f379519d40
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ import * as serviceFields from './serviceFields'
|
|||
import { saveBuildLog } from './buildPacks/common';
|
||||
import { scheduler } from './scheduler';
|
||||
|
||||
export const version = '3.8.1';
|
||||
export const version = '3.8.2';
|
||||
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.8.1",
|
||||
"version": "3.8.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": "github:coollabsio/coolify",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue