From 3e458316070f8c7601ab300a319c55b13043c559 Mon Sep 17 00:00:00 2001 From: Pterodactyl CI Date: Tue, 22 Nov 2022 20:53:03 +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 c3764619a..0862b72ba 100644 --- a/config/app.php +++ b/config/app.php @@ -11,7 +11,7 @@ return [ | change this value if you are not maintaining your own internal versions. */ - 'version' => 'canary', + 'version' => '1.11.0-rc.2', /* |--------------------------------------------------------------------------