From 59c6767ce2381929bd0e0e02f127677043293ad7 Mon Sep 17 00:00:00 2001 From: Alexey Lavrenuke Date: Wed, 20 Jan 2016 19:02:01 +0300 Subject: [PATCH] v0.1.2 --- .goxc.json | 2 +- cmd/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index 96373d4fe..67b7d63bb 100644 --- a/.goxc.json +++ b/.goxc.json @@ -5,7 +5,7 @@ ], "Arch": "amd64", "Os": "linux darwin windows", - "PackageVersion": "0.1.1", + "PackageVersion": "0.1.2", "TaskSettings": { "publish-github": { "owner": "yandex", diff --git a/cmd/version.go b/cmd/version.go index 376e5cf77..1ac189586 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,3 +1,3 @@ package cmd -const Version = "0.1.1" +const Version = "0.1.2"