From 1278b71798b8dacfb547d54c447ae10a65b676a1 Mon Sep 17 00:00:00 2001 From: pztrn Date: Sun, 9 Oct 2016 01:32:17 +0500 Subject: [PATCH] Bump to 0.1.0-beta1. --- common/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.go b/common/const.go index 71b988e..fe9da68 100644 --- a/common/const.go +++ b/common/const.go @@ -10,5 +10,5 @@ package common const ( - URTRATOR_VERSION = "0.1-beta" + URTRATOR_VERSION = "0.1-beta1" )