Skip to content

Commit

Permalink
Bump version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boshrin committed May 1, 2019
1 parent 6ed4bc8 commit bfb6dd2
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 @@
3.2.1
3.2.2
3 changes: 2 additions & 1 deletion app/Console/Command/UpgradeVersionShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ class UpgradeVersionShell extends AppShell {
"3.1.0" => array('block' => false, 'post' => 'post310'),
"3.1.1" => array('block' => false),
"3.2.0" => array('block' => false),
"3.2.1" => array('block' => false)
"3.2.1" => array('block' => false),
"3.2.2" => array('block' => false)
);

public function getOptionParser() {
Expand Down

0 comments on commit bfb6dd2

Please sign in to comment.