[ruby/singleton] Bump up v0.3.0

https://github.com/ruby/singleton/commit/256c91171b
This commit is contained in:
Hiroshi SHIBATA 2024-11-08 12:53:35 +09:00 committed by git
parent ed24c0c84f
commit 82dfdb8646

View File

@ -92,7 +92,7 @@
# p a.strip # => nil
#
module Singleton
VERSION = "0.2.0"
VERSION = "0.3.0"
module SingletonInstanceMethods
# Raises a TypeError to prevent cloning.