aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavi Antônio <30875784+DaviAntonio@users.noreply.github.com>2023-03-29 13:40:19 +0000
committerGitHub <noreply@github.com>2023-03-29 13:40:19 +0000
commitbc8f416bcafae56ebcb3b10c42586b4e413c5e5d (patch)
tree89bf28356decb307e28756a35f443be23e3a7e5f /src
parentc82dc4785c6c42067e7b2351256f436af8d1e494 (diff)
downloadboca-bc8f416bcafae56ebcb3b10c42586b4e413c5e5d.tar.gz
boca-bc8f416bcafae56ebcb3b10c42586b4e413c5e5d.zip
Release 1.5.17-1 (#27)
* Update version info and year The following files were updated to the next version to be released and the current year: - src/version - src/versionnum.php * Release 1.5.17-1 Update changelog with all the changes made since its last update on commit 818abd88.
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 99637e4..0c87bbd 100644
--- a/src/version
+++ b/src/version
@@ -1 +1 @@
-boca-1.5.14
+boca-1.5.17
diff --git a/src/versionnum.php b/src/versionnum.php
index fc9810f..15f50f9 100644
--- a/src/versionnum.php
+++ b/src/versionnum.php
@@ -1,5 +1,5 @@
<?php
-$BOCAVERSION='boca-1.5.14';
-$YEAR='2018';
+$BOCAVERSION='boca-1.5.17';
+$YEAR='2023';
?>