Skip to content

Commit

Permalink
[ruby/set] Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
knu authored and matzbot committed Dec 8, 2023
1 parent cc98265 commit 49cdf06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/set.rb
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 49cdf06

Please sign in to comment.