lib/rb-inotify.rb in rb-inotify-0.9.2 vs lib/rb-inotify.rb in rb-inotify-0.9.3

- 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, 9, 2] + VERSION = [0, 9, 3] end