From d52c40811483b05c2257e29bba5cc58cec4597cb Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Wed, 8 May 2019 11:59:26 -0700 Subject: [PATCH] Release 0.1.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 810380c..4f38138 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CURL = curl -k prefix ?= /opt/pivy bindir ?= $(prefix)/bin -VERSION = 0.1.5 +VERSION = 0.1.6 SYSTEM := $(shell uname -s) ifeq ($(SYSTEM), Linux)