Skip to content

Commit 84679d2

Browse files
authored
Merge pull request #228 from rtCamp/release/2.2.0
Bump version to 2.2.0 in class initialization
2 parents 88b8982 + e6a8e32 commit 84679d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-nginx-helper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Nginx_Helper {
7777
public function __construct() {
7878

7979
$this->plugin_name = 'nginx-helper';
80-
$this->version = '2.0.1';
80+
$this->version = '2.2.0';
8181
$this->minimum_wp = '3.0';
8282

8383
if ( ! $this->required_wp_version() ) {

0 commit comments

Comments
 (0)