summaryrefslogtreecommitdiffstats
path: root/lib/tasks/icons.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/icons.rake')
-rw-r--r--lib/tasks/icons.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/icons.rake b/lib/tasks/icons.rake
index e50c450a1..269ef43e2 100644
--- a/lib/tasks/icons.rake
+++ b/lib/tasks/icons.rake
@@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
unless Rails.env.production?
- ICON_RELEASE_VERSION = "v3.19.0"
+ ICON_RELEASE_VERSION = "v3.33.0"
ICON_DEFAULT_STYLE = "outline"
SOURCE = URI.parse("https://raw.githubusercontent.com/tabler/tabler-icons/#{ICON_RELEASE_VERSION}/icons")