diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2023-03-29 13:40:35 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2023-03-29 13:40:35 +0000 |
| commit | a9bb286113e9e8267a6cc45f5b401bdd448a9f8a (patch) | |
| tree | 752f3dbac03a25b8926b05f81c03f90c27135dc1 /src/versionnum.php | |
| parent | 2611b34940fd7e992d609156ab36a2074b7390bf (diff) | |
| parent | bc8f416bcafae56ebcb3b10c42586b4e413c5e5d (diff) | |
| download | boca-a9bb286113e9e8267a6cc45f5b401bdd448a9f8a.tar.gz boca-a9bb286113e9e8267a6cc45f5b401bdd448a9f8a.zip | |
Merge branch 'master' of github.com:cassiopc/boca
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'; ?> |