We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e215f16 commit 8768f98Copy full SHA for 8768f98
tools/isobuild/compiler.js
@@ -29,7 +29,7 @@ var compiler = exports;
29
// dependencies. (At least for now, packages only used in target creation (eg
30
// minifiers) don't require you to update BUILT_BY, though you will need to quit
31
// and rerun "meteor run".)
32
-compiler.BUILT_BY = 'meteor/18';
+compiler.BUILT_BY = 'meteor/19';
33
34
// This is a list of all possible architectures that a build can target. (Client
35
// is expanded into 'web.browser' and 'web.cordova')
0 commit comments