We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627d286 commit 461fb91Copy full SHA for 461fb91
1 file changed
cli.php
@@ -3,7 +3,7 @@
3
Plugin Name: Gravity Forms CLI
4
Plugin URI: http://www.gravityforms.com
5
Description: Manage Gravity Forms with the WP CLI.
6
-Version: 1.0-beta-1
+Version: 1.0-beta-2
7
Author: Rocketgenius
8
Author URI: http://www.gravityforms.com
9
License: GPL-3.0+
@@ -28,7 +28,7 @@
28
*/
29
30
// Defines the current version of the CLI add-on
31
-define( 'GF_CLI_VERSION', '1.0-beta-1' );
+define( 'GF_CLI_VERSION', '1.0-beta-2' );
32
33
define( 'GF_CLI_MIN_GF_VERSION', '1.9.17.8' );
34
0 commit comments