Skip to content

Commit 8768f98

Browse files
author
Ben Newman
committed
Bump compiler.BUILT_BY due to modules-related isopack format changes.
1 parent e215f16 commit 8768f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/isobuild/compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var compiler = exports;
2929
// dependencies. (At least for now, packages only used in target creation (eg
3030
// minifiers) don't require you to update BUILT_BY, though you will need to quit
3131
// and rerun "meteor run".)
32-
compiler.BUILT_BY = 'meteor/18';
32+
compiler.BUILT_BY = 'meteor/19';
3333

3434
// This is a list of all possible architectures that a build can target. (Client
3535
// is expanded into 'web.browser' and 'web.cordova')

0 commit comments

Comments
 (0)