diff --git a/app/Constant/AppConstant.php b/app/Constant/AppConstant.php index 89206b09aec1952cb6cded4dfee558267ebd3c78..81fc470b356b21e1c9c84788a1d694617cf335bb 100644 --- a/app/Constant/AppConstant.php +++ b/app/Constant/AppConstant.php @@ -5,5 +5,5 @@ namespace App\Constant; class AppConstant { const APP = 'cms'; - const VERSION = '3.0.0'; + const VERSION = '3.1.0'; }