diff --git a/web-stories.php b/web-stories.php index 0cc2fe776fac..0b4a74f84d30 100644 --- a/web-stories.php +++ b/web-stories.php @@ -12,7 +12,7 @@ * Plugin URI: https://wp.stories.google/ * Author: Google * Author URI: https://opensource.google.com/ - * Version: 1.6.0-rc.1 + * Version: 1.6.0 * Requires at least: 5.3 * Requires PHP: 5.6 * Text Domain: web-stories @@ -40,7 +40,7 @@ exit; } -define( 'WEBSTORIES_VERSION', '1.6.0-rc.1' ); +define( 'WEBSTORIES_VERSION', '1.6.0' ); define( 'WEBSTORIES_DB_VERSION', '3.0.6' ); define( 'WEBSTORIES_AMP_VERSION', '2.1.0-beta1' ); // Version of the AMP library included in the plugin. define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );