From d2b5b2e479e17efdc27fd7f302b8960cdd4e0195 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Fri, 3 Oct 2014 22:40:28 -0700 Subject: [PATCH] Bump version in docs --- 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 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)"; } });