From 81847bbf401c99dabd36d39d66aab5f95deae6d3 Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Thu, 27 Jul 2023 12:31:29 -0500
Subject: [PATCH] bump version number

---
 config/settings/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/settings/base.py b/config/settings/base.py
index 035a071fe..937aee4ca 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -36,7 +36,7 @@ INFO_BANNER_MESSAGE = "TEST MESSAGE"
 BETA_REPORTS_LINK = False
 
 # Version ---------------------------------------------------------------------
-PROJECT_VERSION = '2.21.7'
+PROJECT_VERSION = '2.21.8'
 
 # Unauthenticated access ------------------------------------------------------
 # This variable should eventually control whether unauthenticated access is
-- 
GitLab