From c6a6a995501af7eee030da2a24ee46e86bf4df2f Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Sun, 4 Jan 2015 16:12:11 -0500 Subject: [PATCH] Bumps version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af093ef..20b034b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. NAME := github-release -VERSION := v1.0.4 +VERSION := v1.0.5 build: go build -ldflags "-X main.Version $(VERSION)"