From f53fff15dfd0889421e7eb70d11c01d27fefc4ad Mon Sep 17 00:00:00 2001 From: Hugues Tavernier Date: Thu, 8 Feb 2024 21:33:45 +0100 Subject: [PATCH] change vite-plugin-symfony package.json version --- src/PentatrionViteBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PentatrionViteBundle.php b/src/PentatrionViteBundle.php index 14eac0b..fe30c58 100644 --- a/src/PentatrionViteBundle.php +++ b/src/PentatrionViteBundle.php @@ -6,5 +6,5 @@ class PentatrionViteBundle extends Bundle { - public const VERSION = ['6.3.4', 6, 3, 4]; + public const VERSION = ['6.3.5', 6, 3, 5]; }