1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-18 23:12:23 +08:00
ph-Bookshelf/constant.php

8 lines
128 B
PHP
Raw Normal View History

<?php
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.3.0.1";
const CHANNEL = "workshop-origin";
const BRANCH = "master";