chore: version++

This commit is contained in:
Andras Bacsai 2022-07-14 07:22:12 +00:00
parent d5f2d22663
commit cbdd098528
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import { day } from './dayjs';
import * as serviceFields from './serviceFields'
import axios from 'axios';
export const version = '3.1.1';
export const version = '3.1.2';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';

View File

@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
"version": "3.1.1",
"version": "3.1.2",
"license": "AGPL-3.0",
"scripts": {
"db:studio": "pnpm run --filter coolify-api db:studio",