mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
commit
75d69454fc
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class Application extends IlluminateApplication
|
|||
*
|
||||
* @link https://github.com/phanan/koel/releases
|
||||
*/
|
||||
const VERSION = 'v1.1.0';
|
||||
const VERSION = 'v1.1.1';
|
||||
|
||||
/**
|
||||
* We have merged public path and base path.
|
||||
|
|
|
@ -21,7 +21,7 @@ Back up your installation of Koel, including application files and database dump
|
|||
|
||||
``` bash
|
||||
git fetch --all
|
||||
git checkout v1.1.0
|
||||
git checkout v1.1.1
|
||||
```
|
||||
|
||||
#### 2. Upgrade Laravel, install packages, and migrate database
|
||||
|
|
Loading…
Add table
Reference in a new issue