diff --git a/discovery/src/server.rs b/discovery/src/server.rs index 867ac3c9..53b849f7 100644 --- a/discovery/src/server.rs +++ b/discovery/src/server.rs @@ -63,7 +63,7 @@ impl RequestHandler { "activeUser": "", "publicKey": (public_key), "deviceType": (device_type), - "libraryVersion": "0.1.0", + "libraryVersion": crate::core::version::SEMVER, "accountReq": "PREMIUM", "brandDisplayName": "librespot", "modelDisplayName": "librespot",