From d53680716b0adca95704400a804a803aa6d8b4e7 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Tue, 26 Nov 2024 16:11:40 -0500 Subject: [PATCH] vars: Update current OBS version to 30.2.3 --- checks/vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/vars.py b/checks/vars.py index 69189fa..d688044 100644 --- a/checks/vars.py +++ b/checks/vars.py @@ -1,4 +1,4 @@ -CURRENT_VERSION = '30.1.2' +CURRENT_VERSION = '30.2.3' RED = "\033[1;31m" GREEN = "\033[0;32m"