Skip to content

Commit

Permalink
Release version: 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jan 24, 2024
1 parent 025d8ed commit 45bc9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.1.5
2 changes: 1 addition & 1 deletion bin/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function doExecute(): true
}

$currentVersion = trim(file_get_contents(__DIR__ . '/../VERSION'));
$targetVersion = $this->getArgument(0);
$targetVersion = (string) $this->getArgument(0);

$targetVersion = static::versionPlus($currentVersion, $targetVersion);

Expand Down

0 comments on commit 45bc9b0

Please sign in to comment.