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 | |
| 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')
| -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 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'; ?> |