From 9be55c982e045e6d9c084f6fd5661cf99363f626 Mon Sep 17 00:00:00 2001 From: pztrn Date: Tue, 11 Oct 2016 00:18:10 +0500 Subject: [PATCH] Beta3 is here. --- common/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.go b/common/const.go index 47d18f6..a44b628 100644 --- a/common/const.go +++ b/common/const.go @@ -10,5 +10,5 @@ package common const ( - URTRATOR_VERSION = "0.1-beta2" + URTRATOR_VERSION = "0.1-beta3" )