1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-31 21:13:00 +08:00
ph-Bookshelf/constant.php
2023-03-27 16:28:01 +08:00

8 lines
129 B
PHP

<?php
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.5.0-alpha3";
const CHANNEL = "suk-ws";
const BRANCH = "config-v2.0";