Skip to content

Commit

Permalink
Merge pull request #228 from rtCamp/release/2.2.0
Browse files Browse the repository at this point in the history
Bump version to 2.2.0 in class initialization
  • Loading branch information
chandrapatel committed Jan 6, 2020
2 parents 88b8982 + e6a8e32 commit 84679d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-nginx-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Nginx_Helper {
public function __construct() {

$this->plugin_name = 'nginx-helper';
$this->version = '2.0.1';
$this->version = '2.2.0';
$this->minimum_wp = '3.0';

if ( ! $this->required_wp_version() ) {
Expand Down

0 comments on commit 84679d2

Please sign in to comment.