This commit is contained in:
Nils Knappmeier
2019-10-02 21:52:34 +02:00
parent 9cb31653a4
commit b8e769fcb6
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.0';
export const VERSION = '4.4.1';
export const COMPILER_REVISION = 8;
export const LAST_COMPATIBLE_COMPILER_REVISION = 7;