From 57a5f7cb4c670f83307441afc84f8ba1e3a88595 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Mon, 21 Nov 2016 01:19:06 +0500 Subject: [PATCH] Bumping to beta4. Not tagging, as Windows fix is coming. --- common/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.go b/common/const.go index a44b628..e68eaa2 100644 --- a/common/const.go +++ b/common/const.go @@ -10,5 +10,5 @@ package common const ( - URTRATOR_VERSION = "0.1-beta3" + URTRATOR_VERSION = "0.1-beta4" )