Skip to content

Commit

Permalink
Bump docs version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo authored and avital committed Sep 30, 2014
1 parent a9ea64a commit 3236121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/docs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Template.headline.helpers({
release: function () {
return Meteor.release ? "0.9.3" : "(checkout)";
return Meteor.release ? "0.9.4-pre.1" : "(checkout)";
}
});

Expand Down

0 comments on commit 3236121

Please sign in to comment.