Skip to content

Commit

Permalink
docs to 0.6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed Nov 4, 2013
1 parent 3dedfc6 commit 317d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/release-override.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// While galaxy apps are on their own special meteor releases, override
// Meteor.release here.
if (Meteor.isClient) {
Meteor.release = Meteor.release ? "0.6.6.2" : undefined;
Meteor.release = Meteor.release ? "0.6.6.3" : undefined;
}

0 comments on commit 317d471

Please sign in to comment.