rename rollback to upgrade

This commit is contained in:
Andras Bacsai
2023-08-14 09:23:33 +02:00
parent 3b25c8f96b
commit 702e16d643
3 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ import { scheduler } from './scheduler';
import type { ExecaChildProcess } from 'execa';
import { FastifyReply } from 'fastify';
export const version = '3.12.37';
export const version = '3.12.38';
export const isDev = process.env.NODE_ENV === 'development';
export const proxyPort = process.env.COOLIFY_PROXY_PORT;
export const proxySecurePort = process.env.COOLIFY_PROXY_SECURE_PORT;