From 81713dc3efcbec5ae3006580a97aef519bfc7c2b Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 12 Mar 2024 11:06:26 -0700 Subject: fix: bump version to ship docs Signed-off-by: Robin H. Johnson --- fifo-cronolog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fifo-cronolog.c b/fifo-cronolog.c index f7ff19f..c2875d6 100644 --- a/fifo-cronolog.c +++ b/fifo-cronolog.c @@ -14,7 +14,7 @@ SPDX-License-Identifier: BSD-2-Clause #include #include -#define VERSION "1.2.0" +#define VERSION "1.2.1" char *pidfile; -- cgit v1.2.3-65-gdbad