bump docs version too. eventually this won't be needed.

This commit is contained in:
Nick Martin
2013-08-27 20:28:56 -07:00
parent cdb6f90b66
commit 5d4849d361

View File

@@ -1,7 +1,7 @@
Template.headline.release = function () {
// XXX This is commented out because for now galaxy apps have to be on a
// different Meteor release that has a bug fix.
return "0.6.5";
return "0.6.5.1";
// return Meteor.release || "(checkout)";
};