1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-19 15:25:03 +08:00
ph-Bookshelf/constant.php
2023-03-03 21:40:17 +08:00

10 lines
154 B
PHP

<?php
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.5.0-alpha2";
const CHANNEL = "suk-ws";
const BRANCH = "master";
const ON_DEVELOPMENT = true;