From 6e3d829db69a1904b3e09c6be1eaecfbb9d6f0f3 Mon Sep 17 00:00:00 2001 From: Pterodactyl CI Date: Mon, 27 Jun 2022 01:20:39 +0000 Subject: [PATCH] bump version for release --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index b7513e139..38fbf4c4b 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | change this value if you are not maintaining your own internal versions. */ - 'version' => 'canary', + 'version' => '1.9.0', /* |--------------------------------------------------------------------------