From 36af979d974ac34ea3569c72e1dc1538d24b6b2c Mon Sep 17 00:00:00 2001
From: DanEric <dan@syncad.com>
Date: Wed, 15 Jan 2025 21:40:45 +0000
Subject: [PATCH] Bump version number in OpenAPI spec to 1.27.8

---
 endpoints/endpoint_schema.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/endpoints/endpoint_schema.sql b/endpoints/endpoint_schema.sql
index 9210f51..c5a8bd7 100644
--- a/endpoints/endpoint_schema.sql
+++ b/endpoints/endpoint_schema.sql
@@ -10,7 +10,7 @@ info:
   license:
     name: MIT License
     url: https://opensource.org/license/mit
-  version: 1.27.5
+  version: 1.27.8
 externalDocs:
   description: Reputation tracker gitlab repository
   url: https://gitlab.syncad.com/hive/reputation_tracker
@@ -48,7 +48,7 @@ declare
       "name": "MIT License",
       "url": "https://opensource.org/license/mit"
     },
-    "version": "1.27.5"
+    "version": "1.27.8"
   },
   "externalDocs": {
     "description": "Reputation tracker gitlab repository",
-- 
GitLab