From 09d84842c14dba7dbe3e15b71cc03e75f68b5312 Mon Sep 17 00:00:00 2001 From: David Slater Date: Fri, 3 Dec 2021 08:09:00 -0600 Subject: [PATCH] Version 2.3 --- conf/app.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.inc.php b/conf/app.inc.php index a11143d..4608e01 100644 --- a/conf/app.inc.php +++ b/conf/app.inc.php @@ -3,7 +3,7 @@ Stores application variables */ -define("VERSION","2.2"); +define("VERSION","2.3"); define("CODEWEBSITE_URL","https://github.com/IGBIllinois/Corebilling"); define("LOG_DIR","log"); define("LOG_FILE","corebilling.log");