From b896136af9e6f771036ab73936acfa7ad834004f Mon Sep 17 00:00:00 2001 From: alessio Date: Sat, 17 Dec 2016 01:50:43 +0100 Subject: [PATCH] realize version updated --- realize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realize.go b/realize.go index 4a148b2..364f86e 100644 --- a/realize.go +++ b/realize.go @@ -12,7 +12,7 @@ import ( const ( name = "Realize" - version = "1.2" + version = "1.2.1" description = "A Go build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths" config = "realize.yaml" output = "outputs.log"