Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boshrin committed Sep 19, 2017
1 parent c7ed29e commit 4ac8d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
3 changes: 2 additions & 1 deletion app/Console/Command/UpgradeVersionShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class UpgradeVersionShell extends AppShell {
"1.0.6" => array('block' => false),
"1.0.7" => array('block' => false),
"2.0.0" => array('block' => false, 'post' => 'post110'),
"2.0.1" => array('block' => false)
"2.0.1" => array('block' => false),
"2.0.2" => array('block' => false)
);

public function getOptionParser() {
Expand Down

0 comments on commit 4ac8d9d

Please sign in to comment.