mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Bump version
This commit is contained in:
parent
ccfea1fa42
commit
e1279ba5c6
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.1';
|
||||
const VERSION = 'v1.1.2';
|
||||
|
||||
/**
|
||||
* 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.1
|
||||
git checkout v1.1.2
|
||||
```
|
||||
|
||||
#### 2. Upgrade Laravel, install packages, and migrate database
|
||||
|
|
Loading…
Reference in a new issue