From 276a80ae269130f2b4f3dd1b0b3fb7a3223e0921 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Johnson" Date: Mon, 5 Apr 2021 07:09:52 -0400 Subject: [PATCH] Update version.h: Bump to 0.06 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 3e1985c..0578d9c 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "0.05" +#define VERSION "0.06" #endif