From 625e1d26d73eaa3666fe4775334b6c3cb16f7770 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 22 Mar 2023 15:42:49 +0100 Subject: [PATCH] Update the version in the OpenAPI spec --- docs/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 0dff95c..27a0ac4 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: "Distributed Arcade" - version: 0.3.1 + version: 1.0.0 description: |- A super-fast high score gatherer using Rust and Redis.