We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83de8c commit 9a47986Copy full SHA for 9a47986
web-stories.php
@@ -9,7 +9,7 @@
9
* Plugin URI: https://wp.stories.google/
10
* Author: Google
11
* Author URI: https://opensource.google.com/
12
- * Version: 1.40.0-alpha.0
+ * Version: 1.41.0-alpha.0
13
* Requires at least: 6.5
14
* Requires PHP: 7.4
15
* Text Domain: web-stories
@@ -40,7 +40,7 @@
40
exit;
41
}
42
43
-define( 'WEBSTORIES_VERSION', '1.40.0-alpha.0' );
+define( 'WEBSTORIES_VERSION', '1.41.0-alpha.0' );
44
define( 'WEBSTORIES_DB_VERSION', '3.0.16' );
45
define( 'WEBSTORIES_AMP_VERSION', '2.5.6-alpha' ); // Version of the AMP library included in the plugin.
46
define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );
0 commit comments