# 版本管理
---
Niushop将版本管理放在common下初始化行为中,文件路径:application/common/behavior/Version.php
```php
define('NIU_VERSION_NO', '3.0.1'); //版本编号
define('NIU_VERSION', '3.0.1旗舰版');
define('NIU_VER_DATE', '2019-4-28');
define('NIU_RELEASE', '20190428');
```