chore: version++

This commit is contained in:
Andras Bacsai
2023-01-10 09:57:27 +01:00
parent 79597ea0e5
commit 395df36d57
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import { saveBuildLog, saveDockerRegistryCredentials } from './buildPacks/common
import { scheduler } from './scheduler';
import type { ExecaChildProcess } from 'execa';
export const version = '3.12.8';
export const version = '3.12.9';
export const isDev = process.env.NODE_ENV === 'development';
export const sentryDSN =
'https://409f09bcb7af47928d3e0f46b78987f3@o1082494.ingest.sentry.io/4504236622217216';