[ruby/set] Bump version to 1.1.0

https://github.com/ruby/set/commit/d6cab5bcc8
This commit is contained in:
Akinori MUSHA 2023-12-23 16:43:37 +09:00
parent 67882d7695
commit c66ff6face

View File

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