From b5e7065d9a710f070fdcdb09570d6b321e1af39e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 6 Nov 2023 18:43:52 +0900 Subject: [PATCH] [ruby/singleton] Bump up 0.2.0 https://github.com/ruby/singleton/commit/3c7fb5f258 --- lib/singleton.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/singleton.rb b/lib/singleton.rb index 7ed17a769c..6da939124e 100644 --- a/lib/singleton.rb +++ b/lib/singleton.rb @@ -92,7 +92,7 @@ # p a.strip # => nil # module Singleton - VERSION = "0.1.1" + VERSION = "0.2.0" # Raises a TypeError to prevent cloning. def clone