From e3885ccdc233d3e1e99e4293342f62129d4f1715 Mon Sep 17 00:00:00 2001 From: cmdoret Date: Wed, 7 Oct 2020 14:52:41 +0200 Subject: [PATCH] bump to v0.0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a430f59..ebb3d84 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GOFILES = $(shell find . -name '*.go') -VERSION="0.0.2" +VERSION="0.0.3" default: release