From 56340bc75e50cb7243beaa19cd48c3a6ce16bdfc Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Johnson" Date: Wed, 7 Apr 2021 03:26:01 -0400 Subject: [PATCH] Update version.h: Bump version to 0.08. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 1d4dceb..d7709e4 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "0.07" +#define VERSION "0.08" #endif