diff --git a/docs/.meteor/release b/docs/.meteor/release index ef5e445445..3f50c3b805 100644 --- a/docs/.meteor/release +++ b/docs/.meteor/release @@ -1 +1 @@ -0.6.5 +galaxy-appconfig-2 diff --git a/docs/client/docs.js b/docs/client/docs.js index dfa8773234..ece40199c3 100644 --- a/docs/client/docs.js +++ b/docs/client/docs.js @@ -1,5 +1,8 @@ Template.headline.release = function () { - return Meteor.release || "(checkout)"; + // 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 Meteor.release || "(checkout)"; };