diff --git a/legion-discovery-client.cabal b/legion-discovery-client.cabal
--- a/legion-discovery-client.cabal
+++ b/legion-discovery-client.cabal
@@ -1,5 +1,5 @@
 name:                legion-discovery-client
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Client library for communicating with legion-discovery.
 description:         Please see README.md
 homepage:            https://github.com/owensmurray/legion-discovery-client#readme
diff --git a/src/Network/Legion/Discovery/Client.hs b/src/Network/Legion/Discovery/Client.hs
--- a/src/Network/Legion/Discovery/Client.hs
+++ b/src/Network/Legion/Discovery/Client.hs
@@ -148,7 +148,7 @@
 query name range d = do
   let
     userAgent = encodeUtf8
-      $ unName (dName d) <> "-" <> pack (display (dVersion d))
+      $ unName (dName d) <> "/" <> pack (display (dVersion d))
     req = defaultRequest {
         path = 
           "/v1/services/"
