diff --git a/server/parser/bolle.js b/server/parser/bolle.js index a5e32e6..70bccac 100644 --- a/server/parser/bolle.js +++ b/server/parser/bolle.js @@ -73,7 +73,7 @@ export class BolleClient { // Set the auth headers "X-Auth-User": this.apiUser, "X-Auth-Token": this.apiKey, - "App-Version": "4", + "App-Version": "5", // Set the hash "B-Hash": hash.digest("hex"), "Content-Type": "application/json",