Skip to content

Commit

Permalink
Update binary to v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelevi committed Jul 14, 2016
1 parent 44d0988 commit 0530155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
var path = require('path');
var BinWrapper = require('bin-wrapper');

var VERSION = '0.28.0';
var VERSION = '0.29.0';
var BASE = 'https://github.com/facebook/flow/releases/download/v' + VERSION + '/';

module.exports = new BinWrapper()
Expand Down

0 comments on commit 0530155

Please sign in to comment.