diff options
Diffstat (limited to 'lib')
-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 |