From 2bd85b5a9d78c1b158ed43f61712a0381bf42866 Mon Sep 17 00:00:00 2001 From: Joshua Cearley Date: Sun, 13 Jan 2019 21:57:41 -0600 Subject: [PATCH] version bump satisfies #4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 676959b..2e23679 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SLUG = SkJack # Must follow the format in the Versioning section of # https://vcvrack.com/manual/PluginDevelopmentTutorial.html -VERSION = 0.6.1 +VERSION = 0.6.2 # FLAGS will be passed to both the C and C++ compiler FLAGS += $(pkg-config --cflags jack)