From 9c8aa1cc34bc7e1302faf920da437b2f76481bcb Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 23 Nov 2016 10:13:01 +0500 Subject: [PATCH] Preparing to 0.1.0 release. --- common/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.go b/common/const.go index be39cf1..4b6548a 100644 --- a/common/const.go +++ b/common/const.go @@ -10,5 +10,5 @@ package common const ( - URTRATOR_VERSION = "0.1-beta5" + URTRATOR_VERSION = "0.1.0" )