From fdd01679f44e09aeae0e8aa827357345ae477ca8 Mon Sep 17 00:00:00 2001
From: Tony Messias <tonysm@hey.com>
Date: Sun, 12 Nov 2023 15:21:47 -0300
Subject: [PATCH] Bump default tailwindcss CLI version

---
 config/tailwindcss.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/tailwindcss.php b/config/tailwindcss.php
index af80d47..560bd2a 100644
--- a/config/tailwindcss.php
+++ b/config/tailwindcss.php
@@ -39,5 +39,5 @@
      | @see https://github.com/tailwindlabs/tailwindcss/releases to know the version availables.
      |
      */
-    'version' => env('TAILWINDCSS_CLI_VERSION', 'v3.3.2'),
+    'version' => env('TAILWINDCSS_CLI_VERSION', 'v3.3.5'),
 ];