From 3146f080ec37e5a1d7eff26a4233e6e8b4f9de63 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Tue, 21 Nov 2023 07:51:52 +0100 Subject: [PATCH] font-patcher: Increase version after new glyphs added * Font Logos update * Core set got two more Signed-off-by: Fini Jastrow --- font-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index 882b6c2f66..c9233bb3a9 100755 --- a/font-patcher +++ b/font-patcher @@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function, unicode_literals # Change the script version when you edit this script: -script_version = "4.7.2" +script_version = "4.8.0" version = "3.0.2" projectName = "Nerd Fonts"