mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2025-01-19 15:25:03 +08:00
10 lines
154 B
PHP
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;
|