Version bump

This commit is contained in:
Bruce Hill 2021-01-28 22:17:58 -08:00
parent 7daa148e94
commit c94a9958a8

2
bb.c
View File

@ -30,7 +30,7 @@
#define BB_NAME "bb"
#endif
#define BB_VERSION "0.27.0"
#define BB_VERSION "0.28.0"
#define MAX_BINDINGS 1024
#define SCROLLOFF MIN(5, (winsize.ws_row-4)/2)