From 22009451a4a12c7c3ed95f945c3328d9fcbb942e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 18 May 2023 15:01:13 +0200 Subject: [PATCH] ripper-tags 1.0.0 --- 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 93910c1..06968d7 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() "0.9.1" end + def self.version() "1.0.0" end FatalError = Class.new(RuntimeError)