From 451664e065463083f49cd1584f96b3332c7c2ce6 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 11 Apr 2024 16:17:11 -0400 Subject: [PATCH] vars: Update current OBS version to 30.1.2 (#152) --- checks/vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/vars.py b/checks/vars.py index 62ce8a6..69189fa 100644 --- a/checks/vars.py +++ b/checks/vars.py @@ -1,4 +1,4 @@ -CURRENT_VERSION = '30.1.1' +CURRENT_VERSION = '30.1.2' RED = "\033[1;31m" GREEN = "\033[0;32m"