🔧 Bump version

This commit is contained in:
MarceauKa 2019-09-30 13:48:54 +02:00
parent fb5f818209
commit c40d88eab1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use Spatie\Valuestore\Valuestore;
class Shaarli
{
/** @var string VERSION */
public const VERSION = '1.2.8';
public const VERSION = '1.2.9';
/** @var Application $app */
protected $app;
/** @var Valuestore $settings */