🔖 1.2.7

This commit is contained in:
MarceauKa 2019-09-29 16:35:24 +02:00
parent 4b829dc843
commit 5f3fddb388
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
# Unreleased
# 1.2.7
## Added