From 023098c4b6055f7cab338ed4ed33aaadb9c1974a Mon Sep 17 00:00:00 2001 From: Mehrdad Arshad Rad Date: Thu, 22 Oct 2020 21:43:55 -0700 Subject: [PATCH] bump version to 0.9.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2850a8cb..9747566f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION= 0.8.0 +VERSION= 0.9.0 PACKAGES= $(shell find . -name '*.go' -print0 | xargs -0 -n1 dirname | sort --unique) LDFLAGS= -ldflags "-X main.version=${VERSION}" DEBPATH= scripts/dpkg