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';