From b2e4ae37ae3f5799438a9350222bb42f05b9df73 Mon Sep 17 00:00:00 2001
From: falood <falood@gmail.com>
Date: Tue, 4 Feb 2020 11:30:38 -0800
Subject: [PATCH] Release v0.2.8

---
 mix.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs
index c1bc425..719d2af 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do
 
   def project do
     [ app: :file_system,
-      version: "0.2.7",
+      version: "0.2.8",
       elixir: "~> 1.3",
       deps: deps(),
       description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)",
-- 
GitLab