From 3f9c367317e73996627363154756b623784d5bbd Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Sat, 17 Aug 2019 17:01:53 +1000 Subject: [PATCH] Release v0.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ede31bd..fd7d82d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CURL = curl -k prefix ?= /opt/pivy bindir ?= $(prefix)/bin -VERSION = 0.2.1 +VERSION = 0.3.0 SECURITY_CFLAGS = \ -fstack-protector-all -fwrapv -fPIC \