From e2c484f571a8013faf13a335c007890150751d79 Mon Sep 17 00:00:00 2001 From: Laurent Le Meur Date: Tue, 31 Dec 2024 10:54:42 +0100 Subject: [PATCH] New version 1.10.0 --- api/common_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/common_server.go b/api/common_server.go index fb18e8bf..065c0c2d 100644 --- a/api/common_server.go +++ b/api/common_server.go @@ -20,7 +20,7 @@ import ( const ( // DO NOT FORGET to update the version - Software_Version = "1.9.3" + Software_Version = "1.10.0" ContentType_LCP_JSON = "application/vnd.readium.lcp.license.v1.0+json" ContentType_LSD_JSON = "application/vnd.readium.license.status.v1.0+json"