aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2025-04-30 03:19:55 +0000
committerDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2025-04-30 03:19:55 +0000
commit65154ad245ec8b15e823e0d602ca667c636caa13 (patch)
tree38ef178f9597efc2b23dc52dec9f61545fa9999e /src
parent8991ce969d17c170a13480822dd2e6945493bfe2 (diff)
downloadboca-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/version2
-rw-r--r--src/versionnum.php4
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';
?>