diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-28 01:53:02 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-28 01:53:02 +0000 |
| commit | d04f3baf4a5ee8b43ca06a2ddf8da5873e85258b (patch) | |
| tree | 7ceb8273fe88c77217307e429795c3b7048e5c31 /src/versionnum.php | |
| parent | c82dc4785c6c42067e7b2351256f436af8d1e494 (diff) | |
| download | boca-d04f3baf4a5ee8b43ca06a2ddf8da5873e85258b.tar.gz boca-d04f3baf4a5ee8b43ca06a2ddf8da5873e85258b.zip | |
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
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 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'; ?> |