From 7498fbd6aec2b13b6d8d6a5e875653fbca1f4608 Mon Sep 17 00:00:00 2001 From: Pterodactyl CI Date: Tue, 3 Aug 2021 03:49:00 +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 f57036f9..c7e0c9ae 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.5.0', /* |--------------------------------------------------------------------------