diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-06 18:43:52 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-06 09:44:09 +0000 |
commit | b5e7065d9a710f070fdcdb09570d6b321e1af39e (patch) | |
tree | f6f8bdfeed6e684965af1d2ebc1577c8144049de /lib/singleton.rb | |
parent | b2b20ea0ce9144281bb3b56093ead2f3d2d65f34 (diff) |
[ruby/singleton] Bump up 0.2.0
https://github.com/ruby/singleton/commit/3c7fb5f258
Diffstat (limited to 'lib/singleton.rb')
-rw-r--r-- | lib/singleton.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |