diff options
| author | Bruno Cesar Ribas <bcribas@users.noreply.github.com> | 2025-09-22 17:37:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-22 17:37:10 +0000 |
| commit | 17c329ef861181166b2d4bb751c6e8b858e22d31 (patch) | |
| tree | 8ed60ff50fdf300fc1d8dad103f58247540d1030 /src/versionnum.php | |
| parent | 23d13984f23e306c4015bdfbdb073a35c4213915 (diff) | |
| parent | 253fcbf02fe2efe6a1f3ff012346615d7e314734 (diff) | |
| download | boca-17c329ef861181166b2d4bb751c6e8b858e22d31.tar.gz boca-17c329ef861181166b2d4bb751c6e8b858e22d31.zip | |
Merge pull request #47 from DaviAntonio/release-1.5.21-noble
Release Boca 1.5.23 for Ubuntu noble
Diffstat (limited to 'src/versionnum.php')
| -rw-r--r-- | src/versionnum.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/versionnum.php b/src/versionnum.php index 15f50f9..c0a025e 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ <?php -$BOCAVERSION='boca-1.5.17'; -$YEAR='2023'; +$BOCAVERSION='boca-1.5.23'; +$YEAR='2025'; ?> |