Bump version in docs

This commit is contained in:
Sashko Stubailo
2014-10-03 22:40:28 -07:00
parent 3c02bd8b4c
commit d2b5b2e479

View File

@@ -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)";
}
});