From 4448ce0c098252e509140c6cef0a4c7cbcac9669 Mon Sep 17 00:00:00 2001 From: Johannesd3 <51954457+Johannesd3@users.noreply.github.com> Date: Mon, 24 May 2021 11:54:01 +0200 Subject: [PATCH] Set correct libraryVersion --- discovery/src/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",