diff --git a/services/types.go b/services/types.go index feebdf5..5d83625 100644 --- a/services/types.go +++ b/services/types.go @@ -38,7 +38,7 @@ var ( // variable instead of a constant because // we typically need the pointer of this // value. - MiddlewareVersion = "0.0.2" + MiddlewareVersion = "0.0.3" ) // Client is used by the servicers to get Peer information