mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump docs version to latest galaxy
This commit is contained in:
@@ -1 +1 @@
|
||||
0.6.5
|
||||
galaxy-appconfig-2
|
||||
|
||||
@@ -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)";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user