From 4730a5001b977d7a02455a676e4247520211deb5 Mon Sep 17 00:00:00 2001 From: Dan Finneran Date: Wed, 13 Feb 2019 16:41:39 +0000 Subject: [PATCH] Pushing the release to 0.4, for the inclusion of the UI feature --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af33085..8619fa0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TARGET := plunder .DEFAULT_GOAL: $(TARGET) # These will be provided to the target -VERSION := 0.3 +VERSION := 0.4 BUILD := `git rev-parse HEAD` # Operating System Default (LINUX)