From 333845af01ce564bab3a61eec0449fa493b6d08e Mon Sep 17 00:00:00 2001 From: Takahiro Yamashita Date: Mon, 9 Oct 2023 09:51:05 +0900 Subject: [PATCH] version: happy new year 2023 Signed-off-by: Takahiro Yamashita --- include/fluent-bit/flb_version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fluent-bit/flb_version.h.in b/include/fluent-bit/flb_version.h.in index b780bd8a5d1..351f6bb33a3 100644 --- a/include/fluent-bit/flb_version.h.in +++ b/include/fluent-bit/flb_version.h.in @@ -80,7 +80,7 @@ static inline void flb_version_banner() fprintf(stderr, "%sFluent Bit v%s%s\n", bold_color, FLB_VERSION_STR, reset_color); #endif - fprintf(stderr, "* %sCopyright (C) 2015-2022 The Fluent Bit Authors%s\n", + fprintf(stderr, "* %sCopyright (C) 2015-2023 The Fluent Bit Authors%s\n", copyright_color, reset_color); fprintf(stderr, "* Fluent Bit is a CNCF sub-project under the " "umbrella of Fluentd\n");