diff --git a/docs/client/docs.js b/docs/client/docs.js index ece40199c3..c057ef71bd 100644 --- a/docs/client/docs.js +++ b/docs/client/docs.js @@ -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)"; };