Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neychok committed Jul 5, 2023
1 parent feb8102 commit b854826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dxsf-proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: DXSF Proxy
* Plugin URI: https://devrix.com
* Description: Stability Framework Proxy Plugin
* Version: 2.2.0
* Version: 2.3.0
* Author: DevriX
* Author URI: https://devrix.com
* License: GPL-2.0+
Expand All @@ -34,7 +34,7 @@
* For the versioning of the plugin is used SemVer - https://semver.org
* Rename this for every new plugin and update it as you release new versions.
*/
define( 'DXSF_PROXY_VERSION', '2.2.0' );
define( 'DXSF_PROXY_VERSION', '2.3.0' );

if ( ! defined( 'DXSF_PROXY_DIR' ) ) {
define( 'DXSF_PROXY_DIR', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit b854826

Please sign in to comment.