From e2350214ae8a6e4eea62fcc98dd791421d69ac53 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 30 May 2019 18:08:49 -0700 Subject: [PATCH] Bumped version --- bb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.c b/bb.c index 9dc0bdf..6c81e9d 100644 --- a/bb.c +++ b/bb.c @@ -24,7 +24,7 @@ #include "config.h" #include "bterm.h" -#define BB_VERSION "0.11.0" +#define BB_VERSION "0.11.1" #ifndef PATH_MAX #define PATH_MAX 4096