diff --git a/docs/client/docs.js b/docs/client/docs.js index 2a07380873..20f06d6f9d 100644 --- a/docs/client/docs.js +++ b/docs/client/docs.js @@ -1,6 +1,6 @@ Template.headline.helpers({ release: function () { - return Meteor.release ? "0.9.4-pre.6" : "(checkout)"; + return Meteor.release ? "0.9.4-pre.11" : "(checkout)"; } });