From 507b7faf47d45f2f1c951537649201b37acef836 Mon Sep 17 00:00:00 2001 From: Haruaki Tamada Date: Tue, 26 Mar 2019 14:12:46 +0900 Subject: [PATCH] for v0.2 release. --- common/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config.go b/common/config.go index 812d223..3ee738c 100644 --- a/common/config.go +++ b/common/config.go @@ -8,7 +8,7 @@ import ( "strings" ) -const VERSION = "0.1" +const VERSION = "0.2" const ( RrhHome = "RRH_HOME"