lib/rb-inotify.rb in rb-inotify-0.7.1 vs lib/rb-inotify.rb in rb-inotify-0.7.2
- 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, 7, 1]
+ VERSION = [0, 7, 2]
end