From 5ca17949141cb7830b141d25da39c2d9ff8c1ad5 Mon Sep 17 00:00:00 2001 From: Caleb Lemoine <21261388+circa10a@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:28:36 -0500 Subject: [PATCH] bump deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe9fbc3..960c1fa 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GORUN=$(GOCMD) run GOBUILDFLAGS=-ldflags="-s -w -X main.Version=$(VERSION)" PROJECT=circa10a/google-home-aws-news BINARY=webhook -VERSION=0.2.1 +VERSION=0.2.2 # First target for travis ci test: