diff options
author | Akinori MUSHA <[email protected]> | 2023-12-23 16:43:37 +0900 |
---|---|---|
committer | Akinori MUSHA <[email protected]> | 2023-12-23 16:50:33 +0900 |
commit | c66ff6facedc693622132a343425ff878a163262 (patch) | |
tree | fdc377df25a655fab2cb94b39542456dd83a9979 | |
parent | 67882d7695552202c47a62bae12e8a774f9e64ea (diff) |
[ruby/set] Bump version to 1.1.0
https://github.com/ruby/set/commit/d6cab5bcc8
-rw-r--r-- | lib/set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |