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

10 lines
162 B
PHP
Raw Normal View History

<?php
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.2-dev";
const CHANNEL = "workshop-origin";
const BRANCH = "master";
const GITBOOK_VERSION = "3.2.3";