Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
satkinson committed May 8, 2025
1 parent a7f2c2d commit d8ba69d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
7 changes: 5 additions & 2 deletions app/src/Command/UpgradeVersionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ class UpgradeVersionCommand extends Command {
protected $versions = [
"1.0.0" => ['block' => false],
"1.1.0" => ['block' => false],
"1.2.0" => ['block' => false, 'post' => 'post120']
"1.1.1" => ['block' => false],
"1.2.0" => ['block' => false, 'post' => 'post120'],
"1.2.1" => ['block' => false],
"1.2.2" => ['block' => false]
];

// ConsoleIo
Expand Down Expand Up @@ -304,4 +307,4 @@ protected function validateVersions(string $from, string $to): bool {

return true;
}
}
}

0 comments on commit d8ba69d

Please sign in to comment.