Skip to content

Commit

Permalink
Add support for pre-release grpc v1.1.0 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpoe authored and matthewloring committed Jul 19, 2016
1 parent ee5fe02 commit 4d2bce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hooks/userspace/hook-grpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var findIndex = require('lodash.findindex');

var agent;

var SUPPORTED_VERSIONS = '0.13 - 0.15';
var SUPPORTED_VERSIONS = '0.13 - 1';

function makeClientMethod(method, name) {
return function clientMethodTrace() {
Expand Down

0 comments on commit 4d2bce1

Please sign in to comment.