From c0cfa830b01e996332c835a008600db72f89090f Mon Sep 17 00:00:00 2001 From: krishana7911 Date: Tue, 16 Apr 2024 13:13:49 +0530 Subject: [PATCH] Fix version number to 4.6.19 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e7118f6cd..173aae8d8 100755 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ /** * The version of the plugin */ - define( 'RTMEDIA_VERSION', '4.6.1' ); + define( 'RTMEDIA_VERSION', '4.6.19' ); } if ( ! defined( 'RTMEDIA_PATH' ) ) {