Skip to content

Commit 4448ce0

Browse files
authored
Set correct libraryVersion
1 parent ceab363 commit 4448ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discovery/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl RequestHandler {
6363
"activeUser": "",
6464
"publicKey": (public_key),
6565
"deviceType": (device_type),
66-
"libraryVersion": "0.1.0",
66+
"libraryVersion": crate::core::version::SEMVER,
6767
"accountReq": "PREMIUM",
6868
"brandDisplayName": "librespot",
6969
"modelDisplayName": "librespot",

0 commit comments

Comments
 (0)