From 92b5c7bf1918a10068cc15faa189449a0beeee44 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 23 Jan 2025 09:28:56 +1000 Subject: [PATCH] DEV: Bump version For f67e632cea3e3e473e72e0b787dcea642b5001db --- lib/discourse_fonts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/discourse_fonts.rb b/lib/discourse_fonts.rb index 119d5d3..c134f0b 100644 --- a/lib/discourse_fonts.rb +++ b/lib/discourse_fonts.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module DiscourseFonts - VERSION = "0.0.16" + VERSION = "0.0.17" def self.path_for_fonts File.expand_path("../../vendor/assets/fonts", __FILE__)