lib/rb-inotify.rb in rb-inotify-0.9.7 vs lib/rb-inotify.rb in rb-inotify-0.9.8
- old
+ new
@@ -12,7 +12,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, 7]
+ VERSION = [0, 9, 8]
end