Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Apr 2, 2024
1 parent a6a5691 commit 6a1d7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formscrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FormsCRM
* Plugin URI: https://closemarketing.net/formscrm
* Description: Connects Forms with CRM, ERP and Email Marketing.
* Version: 3.13.3
* Version: 3.13.4
* Author: Closemarketing
* Author URI: https://close.marketing
* Text Domain: formscrm
Expand All @@ -23,7 +23,7 @@

defined( 'ABSPATH' ) || die( 'No script kiddies please!' );

define( 'FORMSCRM_VERSION', '3.13.3' );
define( 'FORMSCRM_VERSION', '3.13.4' );
define( 'FORMSCRM_PLUGIN', __FILE__ );
define( 'FORMSCRM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'FORMSCRM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 6a1d7ab

Please sign in to comment.