This commit is contained in:
Nils Knappmeier
2019-10-20 23:08:10 +02:00
parent def79fd5d6
commit 8e1cce7918
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.4';
export const VERSION = '4.4.5';
export const COMPILER_REVISION = 8;
export const LAST_COMPATIBLE_COMPILER_REVISION = 7;