mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/set] Bump version to 1.0.4
https://github.com/ruby/set/commit/efc8c8c9f5
This commit is contained in:
parent
cc9826503d
commit
49cdf063d6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user