Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getdatakick committed Aug 15, 2019
1 parent f433993 commit 05eaa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/revws.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Revws extends Module {
public function __construct() {
$this->name = 'revws';
$this->tab = 'administration';
$this->version = '1.1.0';
$this->version = '1.2.0';
$this->author = 'DataKick';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down

0 comments on commit 05eaa6d

Please sign in to comment.