From 7b06d7d604757b13c58c0352050c727e9a73416f Mon Sep 17 00:00:00 2001 From: Boone B Gorges Date: Tue, 13 Aug 2024 09:17:19 -0500 Subject: [PATCH] OL_VERSION 1.7.78. --- wp-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-config.php b/wp-config.php index a4a4b62019..ff787315f2 100755 --- a/wp-config.php +++ b/wp-config.php @@ -23,7 +23,7 @@ } // Version of the OpenLab. Used for asset versioning and cache busting. -define( 'OL_VERSION', '1.7.77' ); +define( 'OL_VERSION', '1.7.78' ); if ( defined( 'DO_SHARDB' ) && DO_SHARDB ) { require __DIR__ . '/db-settings.php';