This commit is contained in:
Nils Knappmeier
2020-01-12 13:21:08 +01:00
parent 4cddfe7017
commit 14ba3d0c43
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.0';
export const VERSION = '4.7.1';
export const COMPILER_REVISION = 8;
export const LAST_COMPATIBLE_COMPILER_REVISION = 7;