From 13f5af5a012f06ccc5c344769d664df4a329d6d8 Mon Sep 17 00:00:00 2001 From: Daichi HIRATA Date: Tue, 13 Dec 2016 21:14:49 +0900 Subject: [PATCH] v0.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9b6b6e..816a700 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.1.0 +VERSION := 0.1.1 BIN_NAME := bin/gcsproxy GOFILES_NOVENDOR := $(shell find . -type f -name '*.go' -not -path "*/vendor/*")