From fcfd3397e4778aa48bffd4377b6a1b7366859f2a Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Sat, 3 Mar 2018 20:26:47 +0100 Subject: [PATCH] version bump --- lib/rb-fsevent/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rb-fsevent/version.rb b/lib/rb-fsevent/version.rb index 57300ce..ced7151 100644 --- a/lib/rb-fsevent/version.rb +++ b/lib/rb-fsevent/version.rb @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- class FSEvent - VERSION = '0.10.2' + VERSION = '0.10.3' end