From e8dcbd7f084f1d404d9aa9745f2751c5acf8634c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 13 Feb 2024 17:28:48 +0100 Subject: [PATCH] ripper-tags 1.0.2 --- lib/ripper-tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ripper-tags.rb b/lib/ripper-tags.rb index a3242b9..1112ade 100644 --- a/lib/ripper-tags.rb +++ b/lib/ripper-tags.rb @@ -11,7 +11,7 @@ require 'ripper-tags/json_formatter' module RipperTags - def self.version() "1.0.1" end + def self.version() "1.0.2" end FatalError = Class.new(RuntimeError)