summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2023-12-08 21:36:12 +0900
committergit <svn-admin@ruby-lang.org>2023-12-08 12:37:30 +0000
commit49cdf063d6275151075ffd94c3d013f6c19b31f7 (patch)
tree21681417df2374b78568a4bcf124d2f8bba9f762
parentcc9826503d989df877adbcd94d39a6ff78d0b785 (diff)
[ruby/set] Bump version to 1.0.4
https://github.com/ruby/set/commit/efc8c8c9f5
-rw-r--r--lib/set.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/set.rb b/lib/set.rb
index 5ac37dbf3c..6b24c755af 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -3,7 +3,7 @@
#
# set.rb - defines the Set class
#
-# Copyright (c) 2002-2020 Akinori MUSHA <knu@iDaemons.org>
+# Copyright (c) 2002-2023 Akinori MUSHA <knu@iDaemons.org>
#
# Documentation by Akinori MUSHA and Gavin Sinclair.
#
@@ -216,7 +216,7 @@
# has been modified while an element in the set.
#
class Set
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
include Enumerable