From 5d4849d3615dd54bea836b60ca792f8b5dbe21d7 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Tue, 27 Aug 2013 20:28:56 -0700 Subject: [PATCH] bump docs version too. eventually this won't be needed. --- docs/client/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; };