This commit is contained in:
Nils Knappmeier
2020-01-13 21:53:14 +01:00
parent f0c6c4cc1f
commit 586e672c8b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { registerDefaultDecorators } from './decorators';
import logger from './logger';
import { resetLoggedProperties } from './internal/proto-access';
export const VERSION = '4.7.1';
export const VERSION = '4.7.2';
export const COMPILER_REVISION = 8;
export const LAST_COMPATIBLE_COMPILER_REVISION = 7;