From 64c44f0ec52395511478c61486ca1e291b3d86f4 Mon Sep 17 00:00:00 2001 From: Faustino Aguilar Date: Mon, 25 Dec 2017 02:13:02 -0500 Subject: [PATCH] Version fix --- src/watcher/version.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/watcher/version.cr b/src/watcher/version.cr index 100bb6b..75046c7 100644 --- a/src/watcher/version.cr +++ b/src/watcher/version.cr @@ -1,3 +1,3 @@ module Watcher - VERSION = "0.2.2" + VERSION = "0.2.3" end