Skip to content

Commit

Permalink
bump to opensb 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PF94 committed Oct 25, 2024
1 parent 42b8549 commit 4808e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/class/SquareBracket/VersionNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class VersionNumber
private string $versionString;

public function __construct() {
$this->versionNumber = "1.2.3";
$this->versionNumber = "1.2.4";
$this->versionString = $this->makeVersionString();
}

Expand Down

0 comments on commit 4808e91

Please sign in to comment.