Skip to content

Commit

Permalink
Add support for pre-release grpc v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Loring committed Jun 14, 2016
1 parent 370f19c commit 069e76c
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 @@ -21,7 +21,7 @@ var shimmer = require('shimmer');
var semver = require('semver');
var agent;

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

function startBatchWrap(startBatch) {
return function startBatchTrace(thing, callback) {
Expand Down

0 comments on commit 069e76c

Please sign in to comment.