From 4f599c62f1bee0af4a6795251b14134da99aa370 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Thu, 30 Apr 2020 16:35:52 +0200 Subject: [PATCH] Update gem version to 0.10.4 --- 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 ced7151..0f4a54b 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.3' + VERSION = '0.10.4' end