diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-08 12:53:35 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-08 03:54:21 +0000 |
commit | 82dfdb8646ca075b4c1f1750069a83040cc1d0c8 (patch) | |
tree | 02a73d51bf93cb69038abd361afdbdf80c03175f /lib/singleton.rb | |
parent | ed24c0c84feda619aacfa5eb57a78bac27c3357d (diff) |
[ruby/singleton] Bump up v0.3.0
https://github.com/ruby/singleton/commit/256c91171b
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 1011335adf..b8e43a7794 100644 --- a/lib/singleton.rb +++ b/lib/singleton.rb @@ -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. |