[ruby/set] Bump VERSION to 1.1.1

1c3cded76a
This commit is contained in:
Akinori MUSHA 2024-11-29 19:26:58 +09:00 committed by git
parent 49d2e79fb0
commit ae85fc7271

View file

@ -216,7 +216,7 @@
# has been modified while an element in the set.
#
class Set
VERSION = "1.1.0"
VERSION = "1.1.1"
include Enumerable