This commit is contained in:
Nils Knappmeier
2019-10-02 22:44:36 +02:00
parent 26d0f7a80d
commit b793350fec
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {registerDefaultHelpers} from './helpers';
import {registerDefaultDecorators} from './decorators';
import logger from './logger';
export const VERSION = '4.4.1';
export const VERSION = '4.4.2';
export const COMPILER_REVISION = 8;
export const LAST_COMPATIBLE_COMPILER_REVISION = 7;