diff --git a/doc/oas-client.json b/doc/oas-client.json index 4926aa71..bfa19c4f 100644 --- a/doc/oas-client.json +++ b/doc/oas-client.json @@ -2,8 +2,8 @@ "openapi" : "3.0.3", "info" : { "title" : "DRES Client API", - "description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC2", - "version" : "2.0.0-RC2" + "description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC3", + "version" : "2.0.0-RC3" }, "paths" : { "/api/v1/submit" : { diff --git a/doc/oas.json b/doc/oas.json index ca844ba6..25314304 100644 --- a/doc/oas.json +++ b/doc/oas.json @@ -2,7 +2,7 @@ "openapi" : "3.0.3", "info" : { "title" : "DRES API", - "description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC2", + "description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC3", "contact" : { "name" : "The DRES Dev Team", "url" : "https://dres.dev" @@ -10,7 +10,7 @@ "license" : { "name" : "MIT" }, - "version" : "2.0.0-RC2" + "version" : "2.0.0-RC3" }, "paths" : { "/api/v1/submit" : {