[ruby/singleton] Bump up 0.2.0

https://github.com/ruby/singleton/commit/3c7fb5f258
This commit is contained in:
Hiroshi SHIBATA 2023-11-06 18:43:52 +09:00 committed by git
parent b2b20ea0ce
commit b5e7065d9a

View File

@ -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