Bump docs version to latest galaxy

This commit is contained in:
Emily Stark
2013-08-14 17:03:45 -07:00
parent 50e2f4c07c
commit f598d40c8b
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
0.6.5
galaxy-appconfig-2

View File

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