From c4620ece6015ada9ae7e70cadf3bc0bb0fe5b6d3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 3 Oct 2019 15:51:17 -0700 Subject: [PATCH] Version bump --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.h b/bb.h index 95f7175..6b8efb0 100644 --- a/bb.h +++ b/bb.h @@ -26,7 +26,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.16.0" +#define BB_VERSION "0.16.1" #ifndef PATH_MAX #define PATH_MAX 4096