From c66ff6facedc693622132a343425ff878a163262 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 23 Dec 2023 16:43:37 +0900 Subject: [ruby/set] Bump version to 1.1.0 https://github.com/ruby/set/commit/d6cab5bcc8 --- lib/set.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/set.rb b/lib/set.rb index d68fd3856e..a0954a31d1 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -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 -- cgit v1.2.3