1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-02-07 16:29:52 +08:00
ph-Bookshelf/constant.php

10 lines
154 B
PHP
Raw Normal View History

<?php
const APP_NAME = "ph-Bookshelf";
2023-03-03 21:40:17 +08:00
const VERSION = "0.5.0-alpha2";
const CHANNEL = "suk-ws";
const BRANCH = "master";
2023-03-03 21:40:17 +08:00
const ON_DEVELOPMENT = true;