diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-04-30 03:19:55 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-04-30 03:19:55 +0000 |
| commit | 65154ad245ec8b15e823e0d602ca667c636caa13 (patch) | |
| tree | 38ef178f9597efc2b23dc52dec9f61545fa9999e /src | |
| parent | 8991ce969d17c170a13480822dd2e6945493bfe2 (diff) | |
| download | boca-65154ad245ec8b15e823e0d602ca667c636caa13.tar.gz boca-65154ad245ec8b15e823e0d602ca667c636caa13.zip | |
fix: correct multiple versions
Set the versions to 1.5.22. The program version was reported as 1.5.20-1
and 1.5.21.
There are no further coding changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/version | 2 | ||||
| -rw-r--r-- | src/versionnum.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/version b/src/version index 8b77d75..6f92667 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.20-1 +boca-1.5.22 diff --git a/src/versionnum.php b/src/versionnum.php index 32f844d..838c1b4 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ <?php -$BOCAVERSION='boca-1.5.21'; -$YEAR='2024'; +$BOCAVERSION='boca-1.5.22'; +$YEAR='2025'; ?> |