From cadd5561cae392421e2f070f305be65ed684e95a Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 14 Jun 2019 19:11:11 +0300 Subject: [PATCH] Flextype 0.9.0 --- flextype/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index cadab4f6..589c6ced 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -21,7 +21,7 @@ use Flextype\Component\Filesystem\Filesystem; * * @var string */ -define('FLEXTYPE_VERSION', '0.9.0-beta'); +define('FLEXTYPE_VERSION', '0.9.0'); // Start the session Session::start();