lib/rb-inotify.rb in rb-inotify-0.8.3 vs lib/rb-inotify.rb in rb-inotify-0.8.4

- old
+ new

@@ -11,7 +11,7 @@ # * {Event} -- An filesystem event notification module INotify # An array containing the version number of rb-inotify. # The numbers in the array are the major, minor, and patch versions, # respectively. - VERSION = [0, 8, 3] + VERSION = [0, 8, 4] end