Skip to content

Commit

Permalink
adjust compiler revision
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Sep 21, 2019
1 parent 7b67a29 commit f6a6b71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/handlebars/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {registerDefaultDecorators} from './decorators';
import logger from './logger';

export const VERSION = '4.2.1';
export const COMPILER_REVISION = 7;
export const COMPILER_REVISION = 8;

export const REVISION_CHANGES = {
1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it
Expand All @@ -14,7 +14,8 @@ export const REVISION_CHANGES = {
4: '== 1.x.x',
5: '== 2.0.0-alpha.x',
6: '>= 2.0.0-beta.1',
7: '>= 4.0.0'
7: '>= 4.0.0 <4.3.0',
8: '>= 4.3.0'
};

const objectType = '[object Object]';
Expand Down

0 comments on commit f6a6b71

Please sign in to comment.