Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
bump to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PF94 committed Dec 17, 2024
1 parent 35af559 commit 15b62e2
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.7";
$this->versionNumber = "1.2.8";
$this->versionString = $this->makeVersionString();
}

Expand Down

0 comments on commit 15b62e2

Please sign in to comment.