1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 01:16:53 +08:00
ph-Bookshelf/constant.php

8 lines
117 B
PHP
Raw Permalink Normal View History

<?php
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.4.0";
const CHANNEL = "suk-ws";
const BRANCH = "master";