From 6bf907f21f68b871035378f4da75b3b7e0bdfcae Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Nov 2019 23:04:49 -0800 Subject: [PATCH] v0.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 812f081..3b22d79 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.2.0 +VERSION := 0.2.1 # Note that I'd love to use goreleaser for this but they don't quite # have the hooks yet to be able to merge in gon support. Ideally they'd