update changelog and murph version
This commit is contained in:
parent
fd36561cf1
commit
4e1003159c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
* add murph version in admin ui
|
||||
### Fixed
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ require dirname(__DIR__).'/vendor/autoload.php';
|
|||
|
||||
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
|
||||
|
||||
define('MURPH_VERSION', 'v1.8');
|
||||
define('MURPH_VERSION', 'v1.8.0');
|
||||
|
||||
if ($_SERVER['APP_DEBUG']) {
|
||||
umask(0000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue