diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index cf4f325..cc4f37e 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -114,7 +114,7 @@ /** * Sonerezh constants declarations */ -define('SONEREZH_VERSION', 'v1.1.1'); +define('SONEREZH_VERSION', 'v1.1.2'); define('THUMBNAILS_DIR', 'thumbnails'); define('RESIZED_DIR', IMAGES.'resized'.DS); define('AVATARS_DIR', 'avatars');