From 28c5d668843226a69b877f907c6175f492c5b22a Mon Sep 17 00:00:00 2001 From: Joe Kutner Date: Fri, 20 Mar 2020 14:05:51 -0500 Subject: [PATCH] Version 0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e84baef..0620827 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SHELL=/bin/bash -o pipefail GO111MODULE := on -VERSION := "v0.1" +VERSION := "v0.2" build: @GOOS=linux go build -o "bin/release" ./cmd/release/...