lib/rb-inotify.rb in rb-inotify-0.8.8 vs lib/rb-inotify.rb in rb-inotify-0.9.0
- 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, 8]
+ VERSION = [0, 9, 0]
end