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

8 lines
129 B
PHP
Raw Normal View History

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