aboutsummaryrefslogtreecommitdiffstats
path: root/lib/singleton.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-06 18:43:52 +0900
committergit <svn-admin@ruby-lang.org>2023-11-06 09:44:09 +0000
commitb5e7065d9a710f070fdcdb09570d6b321e1af39e (patch)
treef6f8bdfeed6e684965af1d2ebc1577c8144049de /lib/singleton.rb
parentb2b20ea0ce9144281bb3b56093ead2f3d2d65f34 (diff)
downloadruby-b5e7065d9a710f070fdcdb09570d6b321e1af39e.tar.gz
[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.rb2
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