Skip to content

Commit

Permalink
Merge pull request #2049 from rtCamp/fix/version-number
Browse files Browse the repository at this point in the history
Fix version number to 4.6.19
  • Loading branch information
pavanpatil1 authored Apr 16, 2024
2 parents 86acdc2 + c0cfa83 commit 43442d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down

0 comments on commit 43442d7

Please sign in to comment.