Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod authored May 17, 2020
1 parent 825ec5a commit cb7f786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord_plugin_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function __shortcuts()
return array_merge(parent::$shortcuts, $shortcuts);
}

public $version = '1.2.2';
public $version = '1.2.3';
public $build = '';
public $copyright = 'GodMod';
public $vstatus = 'Stable';
Expand Down Expand Up @@ -136,4 +136,4 @@ private function gen_admin_menu()
}

}
?>
?>

0 comments on commit cb7f786

Please sign in to comment.